Skip to content

Commit

Permalink
zip the build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
khelwood committed Apr 25, 2023
1 parent 200dba9 commit e7c6e19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ jobs:
- name: Rename the build
run: mv build client

- name: zip the build
run: zip -r client.zip client/

- name: Create a release
uses: ncipollo/release-action@v1
with:
artifacts: "client"
artifacts: client.zip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7c6e19

Please sign in to comment.