Skip to content

Commit 32058b0

Browse files
committed
ci: hopefully fixed build
1 parent 19bdc8e commit 32058b0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-tagged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
# Not truly necessary for build, but for now the vite config requires it
3232
- name: Create .env file
3333
run: |
34-
echo FXSERVER_PATH=$(pwd)/fxserver > .env
35-
echo VITE_URL='http://localhost:40122' >> .env
34+
echo TXDEV_FXSERVER_PATH=$(pwd)/fxserver > .env
35+
echo TXDEV_VITE_URL='http://localhost:40122' >> .env
3636
3737
- name: Build project
3838
run: |

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

3030
- name: Create .env file
3131
run: |
32-
echo FXSERVER_PATH=$(pwd)/fxserver > .env
33-
echo VITE_URL='http://localhost:40122' >> .env
32+
echo TXDEV_FXSERVER_PATH=$(pwd)/fxserver > .env
33+
echo TXDEV_VITE_URL='http://localhost:40122' >> .env
3434
3535
- name: Run Tests
3636
env:

0 commit comments

Comments
 (0)