Skip to content

Commit

Permalink
Fix path name issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Sep 14, 2024
1 parent 886096c commit 9b36fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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/v3.zip > patches.zip && unzip patches.zip -d FPSLocker-Warehouse && rm -rf SaltySD/plugins/FPSLocker/patches && cp -r FPSLocker-Warehouse/SaltySD/plugins SaltySD/ && rm -rf FPSLocker-Warehouse && rm -rf patches.zip
run: curl -L https://github.com/masagrator/FPSLocker-Warehouse/archive/refs/heads/v3.zip > patches.zip && unzip patches.zip && rm -rf SaltySD/plugins/FPSLocker/patches && cp -r FPSLocker-Warehouse-3/SaltySD/plugins SaltySD/ && rm -rf FPSLocker-Warehouse-3 && rm -rf patches.zip
- name: "Compile NXVenom"
working-directory: ./Sources/NXVenom
run: rm -rf ../../NXVenom.zip && zip -qqrX ../../NXVenom.zip ./
Expand Down

0 comments on commit 9b36fae

Please sign in to comment.