Update .gitea/workflows/build.yml

This commit is contained in:
2023-07-12 23:22:56 +02:00
parent 47b7d49d4c
commit 646d211500
+8 -4
View File
@@ -36,13 +36,17 @@ jobs:
run: npm ci
- name: Build
run: npm run build
- name: Package Artifacts
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
path: dist
filename: 'dist.zip'
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: package.zip
path: |
dist
package.json
name: dist.zip
path: dist.zip
- name: Deploy
run: |
echo Deploying...