Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
xypwn committed May 10, 2024
1 parent 778865b commit 7dd7e3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: true
- run: go install fyne.io/fyne/v2/cmd/fyne@latest
- run: cd ./cmd/southpark-downloader-ui && fyne package --release
- run: mv southpark-downloader-ui.exe southpark-downloader-ui-windows-amd64.exe
- run: mv ./cmd/southpark-downloader-ui/southpark-downloader-ui.exe southpark-downloader-ui-windows-amd64.exe
- uses: actions/upload-artifact@v4
with:
name: southpark-downloader-ui-windows-amd64
Expand All @@ -40,7 +40,7 @@ jobs:
- run: sudo apt update && sudo apt install gcc libegl1-mesa-dev xorg-dev
- run: go install fyne.io/fyne/v2/cmd/fyne@latest
- run: cd ./cmd/southpark-downloader-ui && fyne package --release
- run: mv southpark-downloader-ui southpark-downloader-ui-linux-amd64
- run: mv ./cmd/southpark-downloader-ui/southpark-downloader-ui southpark-downloader-ui-linux-amd64
- uses: actions/upload-artifact@v4
with:
name: southpark-downloader-ui-linux-amd64
Expand All @@ -58,7 +58,7 @@ jobs:
cache: true
- run: go install fyne.io/fyne/v2/cmd/fyne@latest
- run: cd ./cmd/southpark-downloader-ui && fyne package --release
- run: mv southpark-downloader-ui southpark-downloader-ui-macos-amd64
- run: mv ./cmd/southpark-downloader-ui/southpark-downloader-ui southpark-downloader-ui-macos-amd64
- uses: actions/upload-artifact@v4
with:
name: southpark-downloader-ui-macos-amd64
Expand Down
2 changes: 1 addition & 1 deletion cmd/southpark-downloader-ui/FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Icon = "Icon.png"
Name = "southpark-downloader-ui"
ID = "org.nobrain.southparkdownloaderui"
Build = 228
Build = 229

0 comments on commit 7dd7e3e

Please sign in to comment.