Skip to content

Commit

Permalink
Merge pull request #35497 from gsmet/fix-tar
Browse files Browse the repository at this point in the history
Fix tar command in CI
  • Loading branch information
gsmet authored Aug 23, 2023
2 parents 02ba0d4 + 45eb0ce commit 72ef70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
echo 'EOF' >> $GITHUB_OUTPUT
- name: Tar .m2/repository/io/quarkus
shell: bash
run: tar -gz -cf m2-io-quarkus.tgz -C ~ .m2/repository/io/quarkus
run: tar -czf m2-io-quarkus.tgz -C ~ .m2/repository/io/quarkus
- name: Upload .m2/repository/io/quarkus
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 72ef70e

Please sign in to comment.