Skip to content

Commit 803c4aa

Browse files
committed
fix: uploading all artifacts 2
1 parent 90af1a7 commit 803c4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Upload .deb package artifact
108108
uses: actions/upload-artifact@v4
109109
with:
110-
name: robotkernel-${{ steps.sanitize.outputs.sanitized_image }}.deb
110+
name: robotkernel-${{ steps.sanitize.outputs.sanitized_image }}
111111
path: artifacts/${{ matrix.os }}/${{ matrix.version }}/
112112

113113
- name: Debug artifact files

0 commit comments

Comments
 (0)