Skip to content

Commit

Permalink
Fix package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathanchann committed Aug 28, 2024
1 parent c1adea1 commit ae6f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/${{ steps.get_package.outputs.NAME }}
asset_name: mcpp-${{ steps.get_version.outputs.VERSION }}--debian-${{ matrix.distro }}-${{ matrix.build-type }}.deb
asset_name: mcpp-${{ steps.get_version.outputs.VERSION }}-debian-${{ matrix.distro }}-${{ matrix.build-type }}.deb
tag: release-${{ steps.get_version.outputs.VERSION }}
overwrite: true

Expand Down

0 comments on commit ae6f75b

Please sign in to comment.