1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

bugfix: html5 builds (#418)

This commit is contained in:
Hazel 2024-03-25 16:12:37 +01:00 committed by GitHub
parent 6d84f92860
commit 2b1fc1e7d7
2 changed files with 5 additions and 3 deletions

View file

@ -13,8 +13,9 @@ jobs:
apt update
apt install -y sudo git curl unzip
- name: Fix git config on posix runner
# this can't be {{ github.workspace }} because that's not docker-aware
run: |
git config --global --add safe.directory ${{ github.workspace }}
git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Get checkout token
uses: actions/create-github-app-token@v1
id: app_token
@ -90,8 +91,9 @@ jobs:
runs-on: [self-hosted, macos]
steps:
- name: Fix git config on posix runner
# this can't be {{ github.workspace }} because that's not docker-aware
run: |
git config --global --add safe.directory ${{ github.workspace }}
git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Get checkout token
uses: actions/create-github-app-token@v1
id: app_token

2
assets

@ -1 +1 @@
Subproject commit 8b0aa1d5633f2f2e7f0eb03498ee71d19cc99564
Subproject commit 52674391511577300cdb8c08df293ea72099aa82