mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-12-04 10:27:30 +00:00
self hosted test?
This commit is contained in:
parent
182c7e3aa4
commit
16ce12a9dc
4
.github/workflows/build-shit.yml
vendored
4
.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: ubuntu-latest
|
runs-on: [self-hosted, ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
- uses: ./.github/actions/setup-haxeshit
|
||||||
|
|
@ -87,4 +87,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
butler-key: ${{ secrets.BUTLER_API_KEY}}
|
butler-key: ${{ secrets.BUTLER_API_KEY}}
|
||||||
build-dir: export/debug/linux/bin
|
build-dir: export/debug/linux/bin
|
||||||
target: linux
|
target: linux
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue