mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-29 21:51:49 +00:00
Update validate.yml
This commit is contained in:
parent
7e8782c114
commit
dcdbeafa35
1 changed files with 2 additions and 2 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
echo ::endgroup::
|
||||
- name: Prepare Build
|
||||
run: |-
|
||||
git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
|
||||
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
||||
./zre/process.sh
|
||||
env:
|
||||
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
|
||||
|
|
@ -111,7 +111,7 @@ jobs:
|
|||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Prepare Build
|
||||
run: |-
|
||||
git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
|
||||
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}
|
||||
./zre/process.ps1
|
||||
env:
|
||||
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue