Fix script

This commit is contained in:
dcvz 2024-05-16 15:36:20 +02:00
parent 6dc2384e08
commit b90691575e

View file

@ -55,9 +55,8 @@ jobs:
- name: Prepare Build - name: Prepare Build
if: runner.os != 'Windows' if: runner.os != 'Windows'
run: |- run: |-
git lfs clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
cd zre ./zre/process.sh
./process.sh
env: env:
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }} LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
- name: Build N64Recomp & RSPRecomp - name: Build N64Recomp & RSPRecomp