Update .gitea/workflows/gitea.yaml
Some checks failed
Tomcode landing build/deploy / dockerize (push) Failing after 10s
Tomcode landing build/deploy / build (push) Successful in 30s

This commit is contained in:
thomas 2024-09-22 13:39:08 +02:00
parent 759f8a3851
commit 05052f1bb0

View File

@ -19,7 +19,7 @@ jobs:
run: |
echo "Building application."
npm run build --cache .npm --prefer-offline
- Name: Upload application artifact
- name: Upload application artifact
uses: actions/upload-artifact@master
with:
name: application
@ -31,7 +31,7 @@ jobs:
image: catthehacker/ubuntu:act-latest
steps:
- name: Download application artifact
- uses: actions/download-artifact@master
uses: actions/download-artifact@master
with:
name: application
path: /app