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 not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Jul 30, 2023
1 parent f2b1f8c commit 47ff2c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ jobs:
uses: actions/download-artifact@v2
with:
name: windows-amd64
path: binaries

- name: Zip
run: |
cd binaries
ls -R
mv windows-amd64 geemo.exe
zip -r geemo-${{github.ref_name}}.zip geemo.exe
Expand Down

0 comments on commit 47ff2c2

Please sign in to comment.