Skip to content

Commit

Permalink
Upload all artifacts on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed Feb 22, 2024
1 parent b3d8c7c commit 6ce73ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.PAT_GITHUB }}
file: ./${{ matrix.distro}}.deb.zip
file: ./${{ matrix.distro}}-${{ matrix.architecture }}.deb.zip
tag: "v${{ env.CURRENT_VERSION }}"

0 comments on commit 6ce73ac

Please sign in to comment.