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

Commit

Permalink
ci: fix release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Jul 30, 2023
1 parent 6e6e468 commit 326069e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,9 @@ jobs:
uses: actions/download-artifact@v2
with:
name: windows-amd64
path: binaries

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

0 comments on commit 326069e

Please sign in to comment.