Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjandeleit authored Apr 9, 2024
1 parent 40ec511 commit 8ee4753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
run: echo "::set-output name=release_id::$(jq -r '.release.id' $GITHUB_EVENT_PATH)"
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: src.deb
Expand Down

0 comments on commit 8ee4753

Please sign in to comment.