We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc2ee5 commit f7f5320Copy full SHA for f7f5320
.github/actions/package/action.yml
@@ -65,6 +65,6 @@ runs:
65
uses: actions/upload-artifact@v4
66
with:
67
name: helium-${{ steps.version.outputs.version }}-${{ env.ARCH }}-deb
68
- path: build/release/helium-bin_${{ steps.version.outputs.version }}_*.deb
+ path: build/release/helium-bin_${{ steps.version.outputs.version }}-1_*.deb
69
if-no-files-found: error
70
compression-level: 0
0 commit comments