aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-26 21:30:01 +0000
committerSaturneric <[email protected]>2021-06-26 21:30:01 +0000
commit27210967170bfc0100cbcd31318857af783469d7 (patch)
tree486292159796c5a1401c64c46752e89d4281c62f
parentUpdate release-ci.yml (diff)
downloadGpgFrontend-27210967170bfc0100cbcd31318857af783469d7.tar.gz
GpgFrontend-27210967170bfc0100cbcd31318857af783469d7.zip
Update release-ci.yml
Diffstat (limited to '')
-rw-r--r--.github/workflows/release-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml
index 4929e1e3..804a3e3d 100644
--- a/.github/workflows/release-ci.yml
+++ b/.github/workflows/release-ci.yml
@@ -166,7 +166,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: gpgfrontend-${{matrix.os}}-${{env.BUILD_TYPE}}-${{steps.vars.outputs.sha_short}}
- path: ${{github.workspace}}/build/artifactOut/*
+ path: ${{github.workspace}}/build/artifactOut/GpgFrontend*.AppImage*
if: matrix.os == 'ubuntu-16.04'
- name: Upload Artifact(macOS)