Update CI #4

Closed
rgebee wants to merge 99 commits from ci-test into main
Showing only changes of commit b4e99403ad - Show all commits

View File

@ -17,7 +17,7 @@ jobs:
- name: 🔨 Build project - name: 🔨 Build project
run: npm run build run: npm run build
- name: 📦 Zip project - name: 📦 Zip project
run: gzip -r build run: tar -czf build.zip build
- name: ☁️ Upload artifact - name: ☁️ Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: