Skip to content

Commit

Permalink
Release v4.0.1 - Fix unicode parsing error (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
JMicheli committed May 3, 2022
1 parent 963e007 commit 38f8f18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
name: prod-artifact
path: artifact

- name: Review artifact
- name: Zip artifact
run: |
ls artifact
sudo apt-get install -y zip
zip -r artifact/prod-artifact.zip artifact
- name: Upload release artifact
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 38f8f18

Please sign in to comment.