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 run: npm ci
- name: Build - name: Build
run: npm run 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 - name: Upload Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: package.zip name: dist.zip
path: | path: dist.zip
dist
package.json
- name: Deploy - name: Deploy
run: | run: |
echo Deploying... echo Deploying...