diff options
author | Saturneric <[email protected]> | 2021-06-26 21:30:01 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-26 21:30:01 +0000 |
commit | 27210967170bfc0100cbcd31318857af783469d7 (patch) | |
tree | 486292159796c5a1401c64c46752e89d4281c62f | |
parent | Update release-ci.yml (diff) | |
download | GpgFrontend-27210967170bfc0100cbcd31318857af783469d7.tar.gz GpgFrontend-27210967170bfc0100cbcd31318857af783469d7.zip |
Update release-ci.yml
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release-ci.yml | 2 |
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) |