aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-14 08:11:25 +0000
committerSaturneric <[email protected]>2021-07-14 08:11:25 +0000
commit76e9545696fe7f482709d98285b74ca5d71f13b7 (patch)
treede28c887ed7b58ba82e152defaf1529cb7c5d870
parentUpdate Workflows (diff)
downloadGpgFrontend-76e9545696fe7f482709d98285b74ca5d71f13b7.tar.gz
GpgFrontend-76e9545696fe7f482709d98285b74ca5d71f13b7.zip
Update Workflow
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 22dfe820..3ad2246c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -163,10 +163,8 @@ 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 -r GpgFrontend-${{steps.vars.outputs.sha_short}}-x86_64.zip ./release/*
if: matrix.os == 'windows-latest'
-
- name: Upload Artifact(Linux)
uses: actions/upload-artifact@master
with:
@@ -185,5 +183,5 @@ jobs:
uses: actions/upload-artifact@master
with:
name: gpgfrontend-${{matrix.os}}-${{env.BUILD_TYPE}}-${{steps.vars.outputs.sha_short}}
- path: ${{github.workspace}}/build/GpgFrontend*.zip*
+ path: ${{github.workspace}}/build/release/*
if: matrix.os == 'windows-latest'