Skip to content

Commit f7f5320

Browse files
committed
fixup! ci: wire up .deb packaging
1 parent 5dc2ee5 commit f7f5320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ runs:
6565
uses: actions/upload-artifact@v4
6666
with:
6767
name: helium-${{ steps.version.outputs.version }}-${{ env.ARCH }}-deb
68-
path: build/release/helium-bin_${{ steps.version.outputs.version }}_*.deb
68+
path: build/release/helium-bin_${{ steps.version.outputs.version }}-1_*.deb
6969
if-no-files-found: error
7070
compression-level: 0

0 commit comments

Comments
 (0)