Skip to content

Commit

Permalink
fix pipeline once again
Browse files Browse the repository at this point in the history
  • Loading branch information
samluiz committed May 24, 2024
1 parent c30fc25 commit e906545
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,10 @@ jobs:
wails build -platform windows/amd64 -ldflags "-X main.Version=$GITHUB_REF_NAME" --nsis
rm ./build/bin/Dolphin.exe
mv ./build/bin/Dolphin-amd64-installer.exe ./build/bin/Dolphin_Windows_Amd64-Setup.exe
mkdir ./Dolphin_Windows_Amd64-Setup
mv ./build/bin/Dolphin_Windows_Amd64-Setup.exe ./Dolphin_Windows_Amd64-Setup
- name: Zip Windows amd64 installer
run: |
zip -r Dolphin_Windows_Setup.zip . /Dolphin_Windows_Amd64-Setup
zip -r Dolphin_Windows_Setup.zip . /Dolphin_Windows_Amd64-Setup.exe
- name: Build for Linux/amd64
run: |
Expand Down

0 comments on commit e906545

Please sign in to comment.