Skip to content

Commit afa4a5b

Browse files
Fix environment variable setting in windows-auth-build.yml
1 parent 57a260e commit afa4a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-auth-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: build app
3434
run: |
3535
cd gui
36-
set NODE_OPTIONS=--max_old_space_size=4096 && VITE_APP_AUTH_URL=${{ vars.APP_AUTH_URL }} yarn build:base
36+
set NODE_OPTIONS=--max_old_space_size=4096 && set VITE_APP_AUTH_URL=${{ vars.APP_AUTH_URL }} && yarn build:base
3737
3838
- name: Rename
3939
run: Rename-Item -Path './gui/src-tauri/target/release/bundle/nsis/ztm_${{ vars.APP_VERSION }}_x64-setup.exe' -NewName 'ztm-app-v${{ vars.APP_VERSION }}-win_x86_64.exe'

0 commit comments

Comments
 (0)