From 4d35c66af34395b6aaf365c10579d0d943f98936 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Wed, 13 Jul 2022 22:42:25 +0200 Subject: [PATCH] fix(actions): fix release workflow Signed-off-by: Sefa Eyeoglu --- .github/workflows/trigger_release.yml | 14 ++++++++------ 1 file 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