Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu committed Dec 19, 2023
1 parent c1a3128 commit d949282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: jit-riscv64
name: runtime.tar.gz
path: ./runtime.tar.gz

test:
Expand All @@ -55,9 +55,9 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
name: jit-riscv64
name: runtime.tar.gz
- name: Decompress
run: tar -zxf runtime.tar.gz -P -C /__w/runtime/runtime
run: tar -zxf runtime.tar.gz -C ./
- name: Run tests
run: bash -c ./run.sh Release
working-directory: ./src/tests
Expand Down

0 comments on commit d949282

Please sign in to comment.