diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-14 07:59:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 07:59:34 +0200 |
commit | b0b8ccfd4a2f1868ed20c7f502af8b341984c635 (patch) | |
tree | 0fd060944cfcefab5ef2d4bf038442e3bf8649e4 /.github/workflows | |
parent | 42b9b3d72a07089459283bcaaef1a070491c486f (diff) | |
parent | 4d35c66af34395b6aaf365c10579d0d943f98936 (diff) | |
download | PrismLauncher-b0b8ccfd4a2f1868ed20c7f502af8b341984c635.tar.gz PrismLauncher-b0b8ccfd4a2f1868ed20c7f502af8b341984c635.tar.bz2 PrismLauncher-b0b8ccfd4a2f1868ed20c7f502af8b341984c635.zip |
Merge pull request #911 from Scrumplex/fix-release-workflow-2
Diffstat (limited to '.github/workflows')
-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 |