Skip to content

Commit

Permalink
Tar doesn't like the full path
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Oct 9, 2024
1 parent 99b7f10 commit 5eea44d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ jobs:
make -j$(nproc --ignore 1) install
- name: Pack dependencies
run: tar cfv ${{github.workspace}}/dependencies.tar ${{github.workspace}}/local
run: |
cd ${{github.workspace}}
tar cfv dependencies.tar local
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5eea44d

Please sign in to comment.