Skip to content

Commit

Permalink
chore: Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Jul 28, 2024
1 parent c818575 commit 92f43f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
cd ./target/debian/
ls
version="${{ needs.create-release.outputs.version }}"
deb_name=containeryard-${{ needs.create-release.outputs.version }}-1_amd64.deb
deb_name=containeryard_${{ needs.create-release.outputs.version }}-1_amd64.deb
gh release upload "$version" "$deb_name"

0 comments on commit 92f43f1

Please sign in to comment.