Skip to content

Commit 5f7debc

Browse files
Fix deployment after last PR.
1 parent c889d9a commit 5f7debc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy-dr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
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'
@@ -41,4 +42,4 @@ jobs:
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 }}

.github/workflows/deploy-uty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)