mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-11-12 20:57:07 +00:00
I am dumb
This commit is contained in:
parent
501c628b2d
commit
9bbd0a0d41
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -25,4 +25,4 @@ jobs:
|
|||
zip -r Checkpoint.zip 3ds/out/Checkpoint.cia 3ds/out/Checkpoint.3dsx 3ds/out/Checkpoint.elf
|
||||
- name: "Push"
|
||||
working-directory: "./Checkpoint"
|
||||
run: "curl -F 'cia=@3ds/out/Checkpoint.cia' -F 'zip=@Checkpoint.zip' -F '3dsx=@3ds/out/Checkpoint.3dsx' --header 'secret: ${{ secrets.GHU }}' --header 'extensions: cia,zip,3dsx' --header 'app: Checkpoint' --header 'hash: ${{ github.sha }}' ${{ secrets.PURL }}"
|
||||
run: "curl -F 'cia=@3ds/out/Checkpoint.cia' -F 'zip=@Checkpoint.zip' -F '3dsx=@3ds/out/Checkpoint.3dsx' --header 'Upload-Secret: ${{ secrets.GHU }}' --header 'extensions: cia,zip,3dsx' --header 'app: Checkpoint' --header 'hash: ${{ github.sha }}' ${{ secrets.PURL }}"
|
||||
|
|
Loading…
Reference in a new issue