mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Update build-shit.yml
This commit is contained in:
parent
cabee60b57
commit
b6c7b2be23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-shit.yml
vendored
2
.github/workflows/build-shit.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
create-nightly-html5:
|
create-nightly-html5:
|
||||||
needs: check_date
|
needs: check_date
|
||||||
if: ${{ needs.check_date.outputs.should_run != 'false'}}
|
if: ${{ needs.check_date.outputs.should_run != 'false'}}
|
||||||
runs-on: [self-hosted, windows, ubuntu-latest]
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
- uses: ./.github/actions/setup-haxeshit
|
||||||
|
|
Loading…
Reference in a new issue