Update .gitea/workflows/build.yml

This commit is contained in:
2023-07-12 23:05:48 +02:00
parent 9118c7a528
commit aed8eadef7
+3 -2
View File
@@ -40,8 +40,9 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: package.zip name: package.zip
path: dist/* path: |
dist
package.json
- name: Deploy - name: Deploy
run: | run: |
echo Deploying... echo Deploying...