Skip to content

Commit

Permalink
Update build_latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed Apr 12, 2023
1 parent 373378c commit e3c1eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
uses: actions/download-artifact@v3

- name: Tar (linux, macOS)
run: for dir in *{osx,linux}*; do tar cvzf "${dir}_${{ env.date }}.tar.gz" "$dir"; done
run: for dir in *{osx,linux}*; do tar cvzfp "${dir}_${{ env.date }}.tar.gz" "$dir"; done

- name: Zip (windows)
run: for dir in *win*; do zip -r "${dir}_${{ env.date }}.zip" "$dir"; done
Expand Down

0 comments on commit e3c1eea

Please sign in to comment.