Update .gitea/workflows/build.yml

This commit is contained in:
2023-07-12 22:51:13 +02:00
parent 5e6597e3c2
commit 9b515a180a
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: dist-files name: dist-files
path: dist/ path: package.json
- name: Deploy - name: Deploy
run: | run: |
echo Deploying... echo Deploying...