Skip to content

Commit

Permalink
fix tar action
Browse files Browse the repository at this point in the history
  • Loading branch information
atmnk committed Aug 11, 2024
1 parent 37851f1 commit 1b8c67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
args: --release --all-features --package corr
- name: Compress corr package
if: "contains(matrix.target_os, 'macos')"
uses: master-atul/tar-action@v1.0.2
uses: a7ul/tar-action@v1.1.0
id: compress-corr
with:
command: c
Expand Down

0 comments on commit 1b8c67a

Please sign in to comment.