Skip to content

Commit

Permalink
Updated compile.yml to stop pushing builds to server and instead uplo…
Browse files Browse the repository at this point in the history
…ad them
  • Loading branch information
FM1337 committed Feb 15, 2025
1 parent 365fbe3 commit 666846f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
make
zip -r PKSM.zip 3ds/out/PKSM.cia 3ds/out/PKSM.3dsx 3ds/out/PKSM.elf
- name: "Push"
working-directory: "/PKSM"
run: "curl -F 'cia=@3ds/out/PKSM.cia' -F '[email protected]' -F '3dsx=@3ds/out/PKSM.3dsx' --header 'Upload-Secret: ${{ secrets.GHU }}' --header 'extensions: cia,zip,3dsx' --header 'app: PKSM' --header 'hash: ${{ github.sha }}' ${{ secrets.PURL }}"
- uses: actions/upload-artifact@v4
with:
name: PKSM-Build
path: /PKSM/PKSM.zip

0 comments on commit 666846f

Please sign in to comment.