Skip to content

Commit

Permalink
fix tar syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Dec 4, 2024
1 parent 445fce3 commit 527c2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/do_build_dpcpp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ runs:
cd llvm/build/install
echo LISTING
ls -la
tar tf dpcpp.tar *
tar cf dpcpp.tar *
- name: upload dpcpp artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 527c2f3

Please sign in to comment.