From 1e72c3d60065583421cd0a3779096185a9387c95 Mon Sep 17 00:00:00 2001 From: Hazel Date: Thu, 5 Oct 2023 15:54:13 +0100 Subject: [PATCH] 64fast is not worth it --- .github/actions/upload-itch/action.yml | 4 ++-- .github/workflows/build-shit.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/upload-itch/action.yml b/.github/actions/upload-itch/action.yml index 5abc31b16..af9a87b39 100644 --- a/.github/actions/upload-itch/action.yml +++ b/.github/actions/upload-itch/action.yml @@ -36,9 +36,9 @@ runs: ./butler -V shell: bash - name: Upload game to itch.io - env: + env: BUTLER_API_KEY: ${{inputs.butler-key}} run: | ./butler login ./butler push ${{inputs.build-dir}} ninja-muffin24/funkin-secret:${{inputs.target}}-${GITHUB_REF##*/} - shell: bash \ No newline at end of file + shell: bash diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index ab96ec9a3..0e365b281 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -42,7 +42,7 @@ jobs: create-nightly-win: needs: check_date if: ${{ needs.check_date.outputs.should_run != 'false'}} - runs-on: 64fast + runs-on: windows-latest permissions: contents: write actions: write @@ -63,7 +63,7 @@ jobs: target: win test-unit-win: needs: create-nightly-win - runs-on: 64fast + runs-on: windows-latest permissions: contents: write actions: write