diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-13 22:42:25 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-13 22:47:55 +0200 |
commit | 4d35c66af34395b6aaf365c10579d0d943f98936 (patch) | |
tree | 0fd060944cfcefab5ef2d4bf038442e3bf8649e4 /.github | |
parent | 42b9b3d72a07089459283bcaaef1a070491c486f (diff) | |
download | PrismLauncher-4d35c66af34395b6aaf365c10579d0d943f98936.tar.gz PrismLauncher-4d35c66af34395b6aaf365c10579d0d943f98936.tar.bz2 PrismLauncher-4d35c66af34395b6aaf365c10579d0d943f98936.zip |
fix(actions): fix release workflow
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/trigger_release.yml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml index 2dbd5cd4..af4a5f03 100644 --- a/.github/workflows/trigger_release.yml +++ b/.github/workflows/trigger_release.yml @@ -12,6 +12,8 @@ jobs: uses: ./.github/workflows/build.yml with: build_type: Release + secrets: + SPARKLE_ED25519_KEY: ${{ secrets.SPARKLE_ED25519_KEY }} create_release: needs: build_release @@ -67,11 +69,11 @@ jobs: PolyMC-Linux-${{ env.VERSION }}.tar.gz PolyMC-Linux-Portable-${{ env.VERSION }}.tar.gz PolyMC-Linux-${{ env.VERSION }}-x86_64.AppImage - PolyMC-Windows-i686-${{ env.VERSION }}.zip - PolyMC-Windows-i686-Portable-${{ env.VERSION }}.zip - PolyMC-Windows-i686-Setup-${{ env.VERSION }}.exe - PolyMC-Windows-x86_64-${{ env.VERSION }}.zip - PolyMC-Windows-x86_64-Portable-${{ env.VERSION }}.zip - PolyMC-Windows-x86_64-Setup-${{ env.VERSION }}.exe + PolyMC-Windows-Legacy-${{ env.VERSION }}.zip + PolyMC-Windows-Legacy-Portable-${{ env.VERSION }}.zip + PolyMC-Windows-Legacy-Setup-${{ env.VERSION }}.exe + PolyMC-Windows-${{ env.VERSION }}.zip + PolyMC-Windows-Portable-${{ env.VERSION }}.zip + PolyMC-Windows-Setup-${{ env.VERSION }}.exe PolyMC-macOS-${{ env.VERSION }}.tar.gz PolyMC-${{ env.VERSION }}.tar.gz |