Skip to content

Commit

Permalink
removing windows executable from folder
Browse files Browse the repository at this point in the history
  • Loading branch information
samluiz committed May 24, 2024
1 parent 6337364 commit 7aa659a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Build for Windows/amd64
run: |
wails build -platform windows/amd64 -ldflags "-X main.Version=$GITHUB_REF_NAME" --nsis
rm ./build/bin/Dolphin.exe
mv ./build/bin ./build/Dolphin_Windows_Amd64-Setup
- name: Zip Windows amd64 installer
Expand Down

0 comments on commit 7aa659a

Please sign in to comment.