diff options
author | saturneric <[email protected]> | 2024-02-24 12:38:23 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-02-24 12:38:23 +0000 |
commit | c1021871b01bbfa7174522b25de9cdae86e561fd (patch) | |
tree | a7cf638cae90d169e1268bd2162f4f60924dd7e2 | |
parent | fix: change GpgFrontend to Gpg Frontend on linux platform (diff) | |
download | GpgFrontend-c1021871b01bbfa7174522b25de9cdae86e561fd.tar.gz GpgFrontend-c1021871b01bbfa7174522b25de9cdae86e561fd.zip |
fix: it names Gpg_Frontend.AppImage now
-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 0d3d52df..1a66940e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -242,7 +242,7 @@ jobs: uses: actions/upload-artifact@master with: name: gpgfrontend-${{matrix.os}}-${{env.BUILD_TYPE}}-${{ github.sha }} - path: ${{github.workspace}}/build/final-artifact/GpgFrontend*.AppImage* + path: ${{github.workspace}}/build/final-artifact/Gpg_Frontend*.AppImage* if: matrix.os == 'ubuntu-20.04' - name: Upload Artifact(macOS) |