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

Commit

Permalink
ci: fix push-update artifact downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Jul 30, 2023
1 parent d732369 commit c815ae2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/push-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: release-app.yaml
workflow_conclusion: success
path: ./binaries
path: ./artifact
if_no_artifact_found: fail

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

0 comments on commit c815ae2

Please sign in to comment.