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

This commit is contained in:
thomas 2024-09-22 13:43:17 +02:00
parent 05052f1bb0
commit 892562724e

View File

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