Skip to content

Commit

Permalink
Fixing an error in CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryDarkness committed Oct 27, 2023
1 parent fe7828f commit bd832bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
ls "${{ env.VCPKG_ROOT }}/installed/${{ matrix.vcpkg_triplet }}/lib"
ls "${{ env.VCPKG_ROOT }}/installed/${{ matrix.vcpkg_triplet }}/include"
tar -jcvf "${{ github.workspace }}/${{ matrix.vcpkg_triplet }}.tar.gz" "${{ env.VCPKG_ROOT }}/installed/${{ matrix.vcpkg_triplet }}/"
tar -jcvf "${{ github.workspace }}/${{ matrix.vcpkg_triplet }}.tar.gz" "${{ env.VCPKG_ROOT }}/installed/${{ matrix.vcpkg_triplet }}"
- name: Upload built z3.
continue-on-error: true
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit bd832bb

Please sign in to comment.