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 09b2c96 commit 778865b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
go-version: 1.20.0
cache: true
- 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
Expand All @@ -57,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-macos southpark-downloader-ui-macos-amd64
- run: mv southpark-downloader-ui southpark-downloader-ui-macos-amd64
- uses: actions/upload-artifact@v4
with:
name: southpark-downloader-ui-macos-amd64
Expand Down

0 comments on commit 778865b

Please sign in to comment.