Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
ci: fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Jul 30, 2023
1 parent daa3104 commit 47f267f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-push-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,11 @@ jobs:

- uses: dAppServer/wails-build-action@v2.2
with:
build-name: geemo.exe
build-name: windows-amd64
build-platform: windows/amd64
package: false
nsis: false

- name: Rename binary to GOOS-GOARCH format
id: rename_binary
shell: bash
run: |
cd ./build/bin
mv geemo.exe windows-amd64
- name: Install go-selfupdate
run: go install github.com/sanbornm/go-selfupdate/cmd/go-selfupdate@latest

Expand Down

0 comments on commit 47f267f

Please sign in to comment.