mirror of
https://github.com/Xevion/Galagan.git
synced 2025-12-06 03:15:14 -06:00
fix permissions issue in workflow
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -12,8 +12,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
strategy:matrix:
|
||||
unityVersion:
|
||||
- 2022.3.42f1
|
||||
targetPlatform:
|
||||
@@ -47,6 +46,8 @@ jobs:
|
||||
- name: Fix Build Folder
|
||||
run: |
|
||||
rm -rf ./build/${{ matrix.targetPlatform }}/Galagan_BurstDebugInformation_DoNotShip/
|
||||
chown -R $USER:$USER ./build
|
||||
chmod -R 777 ./build
|
||||
mv ./build/${{ matrix.targetPlatform}}/ ./build/Galagan/
|
||||
|
||||
- name: Upload artifact
|
||||
|
||||
Reference in New Issue
Block a user