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 6a5cce8 commit bd4f430Copy full SHA for bd4f430
.github/workflows/release.yml
@@ -163,7 +163,7 @@ jobs:
163
- run: just arch=${{ matrix.arch }} libc=${{ matrix.libc }} os=${{ matrix.os }} rustup
164
- run: just arch=${{ matrix.arch }} libc=${{ matrix.libc }} os=${{ matrix.os }} profile=${{ needs.meta.outputs.profile }} build
165
- run: just arch=${{ matrix.arch }} libc=${{ matrix.libc }} os=${{ matrix.os }} profile=${{ needs.meta.outputs.profile }} package
166
- - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
167
with:
168
name: ${{ matrix.arch }}-${{ matrix.os }}-artifacts
169
path: target/package/*
0 commit comments