Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
Hopefully fix extra folder in zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dual-Iron committed Apr 25, 2022
1 parent 9a3a4e5 commit 0de291a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
dotnet-version: '6.0.x'
- name: Compile projects
run: ./publish.sh
- name: Zip manual install
uses: montudor/action-zip@v1
with:
args: zip -qq -r ManualInstall.zip . -i ManualInstall/*
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ cp -a output/backend.exe UserInstaller.exe
cp -a RwBep ManualInstall
mkdir "ManualInstall/BepInEx/realm"
cp -a output/backend.exe ManualInstall/BepInEx/realm/backend.exe
cd ManualInstall
zip -r ../ManualInstall.zip *
cd ..

0 comments on commit 0de291a

Please sign in to comment.