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

Commit

Permalink
ci: fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Jul 30, 2023
1 parent 47ff2c2 commit 1b3caca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/push-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
path: ./binaries
if_no_artifact_found: fail

- name: Rename executable to GOOS-GOARCH format
run: |
cd ./binaries
ls -R
mv geemo.exe windows-amd64
- name: Install go-selfupdate
run: go install github.com/sanbornm/go-selfupdate/cmd/go-selfupdate@latest

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
run: |
cd binaries
ls -R
mv windows-amd64 geemo.exe
zip -r geemo-${{github.ref_name}}.zip geemo.exe
- name: Release
Expand Down

0 comments on commit 1b3caca

Please sign in to comment.