Skip to content

Commit

Permalink
ci......
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Oct 11, 2023
1 parent 694d60a commit 1b70e53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
if: github.repository_owner == 'ate47' && github.ref == 'refs/heads/master'
shell: pwsh
run: |
"[Convert]::FromBase64String(\"${{ secrets.PS4_VMCODES_B64 }}\") | Out-File .\build\compiler\t7compiler\vm_codes.db2
"shell_scripts/compile.ps1 -PS4"
[Convert]::FromBase64String("${{ secrets.PS4_VMCODES_B64 }}") | Out-File .\build\compiler\t7compiler\vm_codes.db2
shell_scripts/compile.ps1 -PS4
"" > build\compiler\t7compiler\vm_codes.db2
- name: Save PS4 artefact
if: github.repository_owner == 'ate47' && github.ref == 'refs/heads/master'
run: cp compiled.gscc deploy/atianmenu_ps4.gscc
Expand Down

0 comments on commit 1b70e53

Please sign in to comment.