Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Oct 15, 2024
1 parent e2247c4 commit 4506348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
shell: bash
run: |
mkdir -p dist
tar --directory v8-cmake/build/*.a --create --xz --verbose ${{ matrix.target.tar_extra_args }} --file dist/wee8.tar.xz .
tar --directory v8-cmake/build --create --xz --verbose ${{ matrix.target.tar_extra_args }} --file dist/wee8.tar.xz .
ls -lh dist/wee8.tar.xz
- name: Upload Artifacts
Expand Down

0 comments on commit 4506348

Please sign in to comment.