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 92f43f1 commit 328d2b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ jobs:
run: |
cd ./target/debian/
ls
version="${{ needs.create-release.outputs.version }}"
deb_name=containeryard_${{ needs.create-release.outputs.version }}-1_amd64.deb
gh release upload "$version" "$deb_name"
gh release upload "${{ github.ref_name }}" "$deb_name"

0 comments on commit 328d2b0

Please sign in to comment.