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 a6c64bb commit 2c009b1Copy full SHA for 2c009b1
.github/workflows/go-cd.yml
@@ -126,7 +126,7 @@ jobs:
126
make install-build-tools
127
make build GLIDE_VERSION="${RELEASE_VERSION}" TARGET_TRIPLET="${{ matrix.host.TARGET }}"
128
- name: Move FFI artifacts on linux
129
- if: ${{ contains(matrix.host.TARGET, 'linux-gnu') }}
+ if: ${{ contains(matrix.host.TARGET, 'linux') }}
130
run: |
131
mkdir -p $GITHUB_WORKSPACE/ffi/target/release
132
cp ffi/target/*/release/libglide_ffi.a $GITHUB_WORKSPACE/ffi/target/release/
0 commit comments