We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ead381 commit 5a87d15Copy full SHA for 5a87d15
.github/workflows/release.yml
@@ -71,6 +71,6 @@ jobs:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
with:
73
upload_url: ${{ steps.create_release.outputs.upload_url }}
74
- asset_path: ./build/homework_3-0.0.${{ github.run_number }}-Linux.deb
75
- asset_name: homework_3-0.0.${{ github.run_number }}-Linux.deb
+ asset_path: ./build/homework_3-0.1.${{ github.run_number }}-Linux.deb
+ asset_name: homework_3-0.1.${{ github.run_number }}-Linux.deb
76
asset_content_type: application/vnd.debian.binary-package
0 commit comments