From 3abc1bcd399799e4c531e9a08641707b8375e92b Mon Sep 17 00:00:00 2001 From: psyGamer Date: Sun, 27 Oct 2024 19:11:00 +0100 Subject: [PATCH] ci: Target CelesteTAS mod on GameBanana --- .github/workflows/Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index dfbcbe31..4969188c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -146,8 +146,8 @@ jobs: GAMEBANANA_USERNAME: AutomaticRelease GAMEBANANA_PASSWORD: ${{ secrets.GAMEBANANA_PASSWORD }} GAMEBANANA_2FA_URI: ${{ secrets.GAMEBANANA_2FA_URI }} - GAMEBANANA_MODID: 546692 - GAMEBANANA_ISTOOL: 0 + GAMEBANANA_MODID: 6715 + GAMEBANANA_ISTOOL: 1 - name: Upload GitHub release uses: softprops/action-gh-release@v1