aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-02-24 12:38:23 +0000
committersaturneric <[email protected]>2024-02-24 12:38:23 +0000
commitc1021871b01bbfa7174522b25de9cdae86e561fd (patch)
treea7cf638cae90d169e1268bd2162f4f60924dd7e2
parentfix: change GpgFrontend to Gpg Frontend on linux platform (diff)
downloadGpgFrontend-c1021871b01bbfa7174522b25de9cdae86e561fd.tar.gz
GpgFrontend-c1021871b01bbfa7174522b25de9cdae86e561fd.zip
fix: it names Gpg_Frontend.AppImage now
-rw-r--r--.github/workflows/release.yml2
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)