test release
This commit is contained in:
parent
049890a62d
commit
94896dfdcd
2 changed files with 27 additions and 8 deletions
|
|
@ -15,11 +15,4 @@ jobs:
|
|||
- name: ✅ svelte-check
|
||||
run: npm run check
|
||||
- name: 🔨 Build project
|
||||
run: npm run build
|
||||
- name: 📦 Zip project
|
||||
run: tar -czf build.zip build
|
||||
- name: ☁️ Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: site
|
||||
path: build.zip
|
||||
run: npm run build
|
||||
Loading…
Reference in a new issue