aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-14 07:47:22 +0000
committerSaturneric <[email protected]>2021-07-14 07:47:22 +0000
commit41c1be7e9be3c1683fab3aa0bdb00c7b683b3325 (patch)
tree8714cd23f8c1e1792ab7e7f385291473fc560482
parentUpdate Release Workflow (diff)
downloadGpgFrontend-41c1be7e9be3c1683fab3aa0bdb00c7b683b3325.tar.gz
GpgFrontend-41c1be7e9be3c1683fab3aa0bdb00c7b683b3325.zip
Update Workflows
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 3779f343..22dfe820 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -163,7 +163,7 @@ jobs:
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DEXECUTABLE_OUTPUT_PATH=${{env.EXECUTABLE_OUTPUT_PATH}} ..
# Build your program with the given configuration
cmake --build . --config ${{env.BUILD_TYPE}} -- -j 2
- zip -q -r GpgFrontend-${{steps.vars.outputs.sha_short}}-x86_64.zip ./release
+ zip -r GpgFrontend-${{steps.vars.outputs.sha_short}}-x86_64.zip ./release/*
if: matrix.os == 'windows-latest'