Skip to content

Commit 5a87d15

Browse files
committed
fix release
1 parent 8ead381 commit 5a87d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
with:
7373
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
74+
asset_path: ./build/homework_3-0.1.${{ github.run_number }}-Linux.deb
75+
asset_name: homework_3-0.1.${{ github.run_number }}-Linux.deb
7676
asset_content_type: application/vnd.debian.binary-package

0 commit comments

Comments
 (0)