We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57db356 + 97e62b7 commit 6e7fcacCopy full SHA for 6e7fcac
1 file changed
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
xz "$REL_TAR"
43
sha256sum "$REL_TAR.xz" > "$REL_TAR.xz.sha256sum"
44
- name: Upload Artifacts
45
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
46
with:
47
name: rmw_dist_archive
48
path: ${{ github.workspace }}/builddir/meson-dist/*
@@ -89,7 +89,7 @@ jobs:
89
sha256sum "$IMAGE_FILENAME" > "$IMAGE_FILENAME.sha256sum"
90
91
- name: Upload AppImage
92
93
94
name: ${{ env.IMAGE_FILENAME }}
95
path: ./out/*
@@ -125,7 +125,7 @@ jobs:
125
sha256sum "$DEB_FILENAME" > "../$DEB_FILENAME.sha256sum"
126
127
128
129
130
name: ${{ env.DEB_FILENAME }}
131
path: |
0 commit comments