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 12, 2024
1 parent b3bb4ac commit c6641e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-win64-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ 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\*
- name: Upload binary files as artifact
uses: actions/upload-artifact@master
with:
name: city4cfd-win64
path: city4cfd-win64.zip
path: city4cfd-win64
- name: Add binaries as an asset to the release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
city4cfd-win64.zip
city4cfd-win64

0 comments on commit c6641e9

Please sign in to comment.