diff options
author | Saturneric <[email protected]> | 2021-07-14 07:47:22 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-14 07:47:22 +0000 |
commit | 41c1be7e9be3c1683fab3aa0bdb00c7b683b3325 (patch) | |
tree | 8714cd23f8c1e1792ab7e7f385291473fc560482 | |
parent | Update Release Workflow (diff) | |
download | GpgFrontend-41c1be7e9be3c1683fab3aa0bdb00c7b683b3325.tar.gz GpgFrontend-41c1be7e9be3c1683fab3aa0bdb00c7b683b3325.zip |
Update Workflows
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release.yml | 2 |
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' |