Skip to content

Commit 2ff3134

Browse files
authored
Fix: GitHub CI
1 parent a132367 commit 2ff3134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
-Z build-std-features=default,optimize_for_size
175175
- name: Upload Artifact
176176
run: |
177-
if [ "{{ matrix.os }}" = "android" ]; then
177+
if [ "${{ matrix.os }}" = "android" ]; then
178178
source="terracotta-${TERRACOTTA_VERSION}-${{ matrix.os }}-${{ matrix.arch }}.so"
179179
cp "target/${{ matrix.target }}/release/libterracotta.so" "$source"
180180
else

0 commit comments

Comments
 (0)