Skip to content

Commit

Permalink
fix windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Jan 21, 2024
1 parent dbd6218 commit 4bb09d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if: runner.os == 'Windows'
run: |
wails build --platform ${{ matrix.build.platform }} -webview2 download -nsis -o ${{ matrix.build.name }}
Rename-Item -Path "${{ matrix.build.name }}" -NewName "${{ matrix.build.name }}.exe
Rename-Item -Path "${{ matrix.build.name }}" -NewName "${{ matrix.build.name }}.exe"
shell: bash

- name: Build .app zip file
Expand Down

0 comments on commit 4bb09d0

Please sign in to comment.