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

Commit

Permalink
ci: fix missing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Jul 30, 2023
1 parent 323ba18 commit f2b1f8c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,16 @@ jobs:
needs: build
runs-on: ubuntu-20.04
steps:
- name: Download Artifact
uses: actions/download-artifact@v2
with:
name: windows-amd64

- name: Zip
run: |
cd ./build/bin
mv windows-amd64 geemo.exe
zip -r geemo-${{github.ref_name}}.zip geemo.exe
mv geemo-${{github.ref_name}}.zip ../../
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit f2b1f8c

Please sign in to comment.