use gzip
This commit is contained in:
parent
8606982f88
commit
20c8a5ef0a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: 🔨 Build project
|
||||
run: npm run build
|
||||
- name: 📦 Zip project
|
||||
run: zip -r build.zip build
|
||||
run: gzip -r build
|
||||
- name: ☁️ Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue