Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mIcHyAmRaNe committed Jul 8, 2024
1 parent 60b2021 commit 519b1be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: okadminfinder_${{ github.ref_name }}-1_all.deb
asset_name: okadminfinder_${{ github.ref_name }}-1_all.deb
asset_content_type: application/octet-stream

0 comments on commit 519b1be

Please sign in to comment.