We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a132367 commit 2ff3134Copy full SHA for 2ff3134
.github/workflows/build.yaml
@@ -174,7 +174,7 @@ jobs:
174
-Z build-std-features=default,optimize_for_size
175
- name: Upload Artifact
176
run: |
177
- if [ "{{ matrix.os }}" = "android" ]; then
+ if [ "${{ matrix.os }}" = "android" ]; then
178
source="terracotta-${TERRACOTTA_VERSION}-${{ matrix.os }}-${{ matrix.arch }}.so"
179
cp "target/${{ matrix.target }}/release/libterracotta.so" "$source"
180
else
0 commit comments