From 5496d8081a91f3ce5d99646d3322d3b45fd778d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Pa=C4=91en?= <49401914+ipadjen@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:16:48 +0100 Subject: [PATCH] Pack the archive with 7z instead of tar --- .github/workflows/release-win64-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-win64-exe.yml b/.github/workflows/release-win64-exe.yml index 7344312c..d940a1f2 100644 --- a/.github/workflows/release-win64-exe.yml +++ b/.github/workflows/release-win64-exe.yml @@ -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: