Skip to content

Commit

Permalink
Do not strip prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed Oct 10, 2024
1 parent 517db25 commit da77ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tiledb_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
path: ${{ github.workspace }}/libtiledb

- name: Unpack Release Archive
run: tar xvf ${{ github.workspace }}/libtiledb/*.tar.gz --strip-components=1 --directory ${{ github.workspace }}/libtiledb
run: tar xvf ${{ github.workspace }}/libtiledb/*.tar.gz --directory ${{ github.workspace }}/libtiledb

- name: "DBG: LIST"
run: ls -la ${{ github.workspace }}/libtiledb
Expand Down

0 comments on commit da77ce1

Please sign in to comment.