Skip to content

Commit

Permalink
Pack the archive with 7z instead of tar
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Jan 11, 2024
1 parent b3bb4ac commit 5496d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-win64-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
mkdir city4cfd-win64\tools\prepare_point_cloud
xcopy Release\tools\prepare_point_cloud\Release\* city4cfd-win64\tools\prepare_point_cloud\
xcopy vcpkg\installed\x64-windows-release\share\proj\proj.db city4cfd-win64\
tar -zcvf city4cfd-win64.zip city4cfd-win64\*
7z a city4cfd-win64.zip city4cfd-win64\*
- name: Upload binary files as artifact
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 5496d80

Please sign in to comment.