Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jun 5, 2024
1 parent 8244f14 commit e7771f5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ jobs:
repository: GoldHEN/GoldHEN_Cheat_Repository
path: cheats

- name: Checkout Patch repository
uses: actions/checkout@main
with:
repository: GoldHEN/GoldHEN_Patch_Repository
path: appdata1
ref: gh-pages

- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@main
Expand Down Expand Up @@ -170,7 +163,8 @@ jobs:
- name: Add current cheats and patches data into Package
run: |
unzip -q appdata1/patch1.zip
curl -fLO https://github.com/illusion0001/PS4-PS5-Game-Patch/releases/latest/download/patch1.zip
unzip -q patch1.zip
make createzip
- name: Build Cheats Manager App Package
Expand Down

0 comments on commit e7771f5

Please sign in to comment.