From 5f997c5535dbfa7ad7e5954e1142ec56e99dcf2c 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 20:20:34 +0100 Subject: [PATCH] Update win packaging --- .github/workflows/release-win64-exe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-win64-exe.yml b/.github/workflows/release-win64-exe.yml index c9a5b60d..566cc0ac 100644 --- a/.github/workflows/release-win64-exe.yml +++ b/.github/workflows/release-win64-exe.yml @@ -43,11 +43,11 @@ jobs: - name: Upload binary files as artifact uses: actions/upload-artifact@master with: - name: city4cfd-win64.zip + name: city4cfd-win64 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