mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 17:41:49 -05:00
Will you PLEASE just copy the .gitignore ffs
This commit is contained in:
parent
a3246bccc6
commit
c0d03d15c6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/modding-runtime-update.yml
vendored
1
.github/workflows/modding-runtime-update.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
mv system-runtime/.git git-temp
|
||||
rm -rf system-runtime/*
|
||||
cp -Ra Packages/com.sociallydistant.framework/* system-runtime/
|
||||
cp Packages/com.sociallydistant.framework/.gitignore system-runtime/.gitignore
|
||||
mv git-temp system-runtime/.git
|
||||
cd system-runtime
|
||||
if [[ 'git status --porcelain' ]]; then
|
||||
|
|
Loading…
Reference in a new issue