Skip to content

Commit

Permalink
ci remove unuseful file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Jan 8, 2024
1 parent c5caf2f commit e8ccbe9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:

- name: Build Windows App + Installer
if: runner.os == 'Windows'
run: wails build --platform ${{ matrix.build.platform }} -webview2 download -nsis -o ${{ matrix.build.name }}
run: |
wails build --platform ${{ matrix.build.platform }} -webview2 download -nsis -o ${{ matrix.build.name }}
rm ${{ matrix.build.name }}
shell: bash

- name: Build .app zip file
Expand Down

0 comments on commit e8ccbe9

Please sign in to comment.