Skip to content

Commit 52cafa0

Browse files
authored
Merge pull request #180 from wingo/fix-upload-artifacts
Fix upload-artifacts conditional for untar step
2 parents f046501 + 1fd1845 commit 52cafa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
path: ./tests/${{ matrix.suite }}/testsuite
233233

234234
- name: Untar tests
235-
if: ${{ matrix.suite }} == 'rust'
235+
if: matrix.suite == 'rust'
236236
run: |
237237
tar -xvf ${{ matrix.suite }}-testsuite.tar
238238

0 commit comments

Comments
 (0)