Skip to content

Commit

Permalink
recursive zip
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jun 3, 2023
1 parent a240fd3 commit 791db5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
run: npm run build
env:
CI: false
- name: Tar built application
run: cd build && zip web-console.build.zip *
- name: Zip built application
run: cd build && zip web-console.build.zip -r *
- name: Upload artifact
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 791db5f

Please sign in to comment.