From 1040c43df772507fe9c00cf00ad8894582c89697 Mon Sep 17 00:00:00 2001 From: pyoneerC Date: Thu, 26 Sep 2024 11:12:46 -0300 Subject: [PATCH] upload to butler --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 670e495..5660ea1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4.2.0 - name: Discard uncommitted changes run: | @@ -26,7 +26,7 @@ jobs: UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} with: targetPlatform: StandaloneWindows64 - buildName: SubnauticaIB + buildName: SubnauticaIBWindows buildsPath: ./build - name: Zip Build Output @@ -38,6 +38,6 @@ jobs: env: BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }} CHANNEL: windows - ITCH_GAME: pyoneerc1/subnauticaib + ITCH_GAME: subnauticaib ITCH_USER: pyoneerc1 PACKAGE: SubnauticaIB.zip