.gitea/workflows/deploy.yml aktualisiert
Deployment / lint (push) Successful in 50s
Deployment / test (push) Successful in 54s
Deployment / build (push) Successful in 59s
Deployment / deploy (push) Successful in 11s

This commit is contained in:
2023-07-27 15:06:16 +02:00
parent 7817eddbe5
commit 54578045bb
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: dist.tar.gz
path: dist
path: dist.tar.gz
deploy:
needs: build
runs-on: ubuntu-latest