Skip to content

Commit

Permalink
Fix CI actions Debian package upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
wykurz committed May 21, 2024
1 parent 3b1e197 commit abb9201
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:

- name: Upload to GitHub Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
release_id: ${{ github.event.release.id }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: target/debian/*.deb
asset_name: rcp_${{ github.event.release.tag_name }}.deb
asset_content_type: application/octet-stream

0 comments on commit abb9201

Please sign in to comment.