mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-06 09:13:44 -08:00
Update release.yml
This commit is contained in:
parent
3561daa683
commit
75e4f5e402
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -208,8 +208,8 @@ jobs:
|
|||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Rename (x64)
|
||||
run: |
|
||||
Get-ChildItem out/make/wix
|
||||
Rename-Item -Path "out/make/wix/TidGi.msi" -NewName "Install-TidGi-Windows-x64.msi"
|
||||
Get-ChildItem out/make/wix/x64
|
||||
Rename-Item -Path "out/make/wix/x64/TidGi.msi" -NewName "Install-TidGi-Windows-x64.msi"
|
||||
# - name: Make Windows (arm64)
|
||||
# run: npm run make:win-arm
|
||||
# env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue