Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Jan 2, 2024
1 parent 34f5412 commit a9401da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,16 @@ jobs:
unzip -q appdata1/patch1.zip
make createzip
- name: Build Gold Cheats App Package
- name: Build Cheats Manager App Package
run: |
make
mv IV0000-CHTM00777_00-PS4CHEATSMANAGER.pkg cheatsmgr-build_${{ env.sha_name }}.pkg
- name: Push package artifact
uses: actions/upload-artifact@v3
with:
name: goldcheats-build_${{ env.sha_name }}
path: goldcheats-build_${{ env.sha_name }}.pkg
name: cheatsmgr-build_${{ env.sha_name }}
path: cheatsmgr-build_${{ env.sha_name }}.pkg
if-no-files-found: error

- name: Push appdata artifact
Expand Down

0 comments on commit a9401da

Please sign in to comment.