mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-23 01:52:22 -05:00
I do not like this
This commit is contained in:
parent
ff246452d8
commit
4a8df7a414
1 changed files with 5 additions and 1 deletions
6
.github/workflows/modding-runtime-update.yml
vendored
6
.github/workflows/modding-runtime-update.yml
vendored
|
@ -5,10 +5,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
repository: sociallydistantgame/system-runtime
|
||||
token: ${{ secrets.AUTOMANAGING_TOKEN }}
|
||||
path: system-runtime
|
||||
- env:
|
||||
AUTOMANAGING_TOKEN: ${{ secrets.AUTOMANAGING_TOKEN }}
|
||||
run: |
|
||||
git clone https://x-access-token:$AUTOMANAGING_TOKEN@github.com/sociallydistantgame/system-runtime system-runtime
|
||||
mv system-runtime/.git git-temp
|
||||
rm -rf system-runtime/*
|
||||
cp -R Packages/com.sociallydistant.framework/* system-runtime/
|
||||
|
|
Loading…
Reference in a new issue