We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c37e67 commit ed0eefeCopy full SHA for ed0eefe
1 file changed
.github/workflows/snos-release.yml
@@ -209,14 +209,14 @@ jobs:
209
# We move binaries so they match $TARGETPLATFORM in the Docker build
210
# Only move native binaries for Docker (we want the native version for Docker)
211
- name: Move binaries for Docker
212
- if: ${{ env.PLATFORM_NAME == 'linux' && matrix.job.native_build == true }}
+ if: ${{ env.PLATFORM_NAME == 'linux' }}
213
shell: bash
214
run: |
215
mkdir -p $PLATFORM_NAME/$ARCH
216
mv target/${TARGET}/performance/katana $PLATFORM_NAME/$ARCH
217
218
- name: Upload Docker binaries
219
220
uses: actions/upload-artifact@v4
221
with:
222
name: binaries-${{ matrix.job.target }}
0 commit comments