Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor authored Oct 11, 2024
1 parent 7741230 commit 23e8e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cache: true
- run: go install fyne.io/fyne/v2/cmd/fyne@latest
- run: go mod tidy
- run: go build -o rye-fyne
- run: GOARCH=amd64 go build -o rye-fyne
- run: tar czf rye-fyne-macos-amd64.tar.gz rye-fyne
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 23e8e1a

Please sign in to comment.