File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2323 STEAM_USERNAME : ${{ secrets.STEAM_USERNAME }}
2424 - name : Extract Deltarune's code
2525 run : |
26+ ./utmtcli/UndertaleModCli load game/data.win --scripts 'scripts/ExportCodeFormatted.csx'
2627 ./utmtcli/UndertaleModCli load game/chapter1_windows/data.win --scripts 'scripts/ExportCodeFormatted.csx'
2728 ./utmtcli/UndertaleModCli load game/chapter2_windows/data.win --scripts 'scripts/ExportCodeFormatted.csx'
2829 ./utmtcli/UndertaleModCli load game/chapter3_windows/data.win --scripts 'scripts/ExportCodeFormatted.csx'
4142 args : deploy --prod --dir=out/deltarune --message="GitHub Actions" --timeout=3600
4243 env :
4344 NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID_DR }}
44- NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
45+ NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 2929 args : deploy --dir=out/undertaleyellow --prod
3030 env :
3131 NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID_UTY }}
32- NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
32+ NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments