diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 46d6b60..450da95 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -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