Skip to content

Commit

Permalink
make artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Mar 17, 2024
1 parent a877c3e commit 5271ec4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -54,6 +54,15 @@ jobs:
cd linux
zip -r ../ezshare-linux.zip ezshare
- name: (Windows) Upload artifacts
uses: actions/upload-artifact@v3
with:
name: Binaries
path: |
ezshare-win.zip
ezshare-macos.zip
ezshare-linux.zip
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 5271ec4

Please sign in to comment.