Skip to content

Commit

Permalink
Recompile bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Jan 29, 2024
1 parent 44eb864 commit 5711c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: find . -mindepth 1 -type d -not -iwholename '*.git*' -exec touch -t 197001010000 {} \;
- name: Restore files timestamp
uses: chetan/git-restore-mtime-action@v2 # Restore files original modification time to have deterministic zip bundles
- name: Setup upterm session
uses: lhotari/action-upterm@v1
# - name: Setup upterm session
# 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 && unzip main.zip && rm -rf SaltySD/plugins/FPSLocker/patches && cp -r FPSLocker-Warehouse-main/SaltySD/plugins SaltySD/ && rm -rf FPSLocker-Warehouse-main && rm -rf ./main.zip
Expand Down
Binary file removed NXVenom.zip
Binary file not shown.

0 comments on commit 5711c21

Please sign in to comment.