Skip to content

Commit

Permalink
Update windows-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen authored Sep 27, 2024
1 parent 7ee6556 commit b035de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cd gui
set NODE_OPTIONS=--max_old_space_size=4096 && yarn build:base
- name: Rename APK on Windows
- name: Rename
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'

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b035de3

Please sign in to comment.