Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel86 authored Sep 8, 2024
1 parent f72cc4f commit 70e3e88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
- name: Deploy doc to gh-pages
if: github.event_name == 'push' || github.event_name == 'release'
uses: JamesIves/[email protected]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# The branch the action should deploy to.
Expand All @@ -90,7 +92,7 @@ jobs:
GITHUB_TOKEN: ${{ github.TOKEN }}
run: |
cd knowrob/src
gh release upload ${{github.event.release.tag_name}} ../../build_isolated/knowrob/knowrob-*.deb
gh release upload ${{github.event.release.tag_name}} ../build/knowrob-*.deb
- name: Upload debian package
if: github.event_name == 'push'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 70e3e88

Please sign in to comment.