1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-02 07:28:53 +00:00

64fast is not worth it

This commit is contained in:
Hazel 2023-10-05 15:54:13 +01:00
parent 66e9bf8716
commit 1e72c3d600
2 changed files with 4 additions and 4 deletions

View file

@ -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
shell: bash

View file

@ -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