Skip to content

Commit

Permalink
Fix run issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Jan 18, 2024
1 parent 7e409db commit 87a567a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
# uses: lhotari/action-upterm@v1
- name: "Install FPSLocker patches"
working-directory: ./Sources/NXVenom
run: curl -L https://github.com/masagrator/FPSLocker-Warehouse/archive/refs/heads/main.zip > main.zip
run: unzip main.zip
run: cp -r FPSLocker-Warehouse-main/SaltySD/plugins SaltySD/ && rm -rf FPSLocker-Warehouse-main
run: curl -L https://github.com/masagrator/FPSLocker-Warehouse/archive/refs/heads/main.zip > main.zip && unzip main.zip && cp -r FPSLocker-Warehouse-main/SaltySD/plugins SaltySD/ && rm -rf FPSLocker-Warehouse-main
- name: "Compile OCBundle (legacy)"
working-directory: ./Sources/NXVenom
run: zip -qqrX ../../OCBundle.zip ./
Expand Down

0 comments on commit 87a567a

Please sign in to comment.