From 731a7f8a8a8a5cf0e31efd498853f56e0b2bfa90 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Sat, 7 Dec 2024 19:20:40 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index 454203b..144b790 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -10,6 +10,8 @@ jobs: run: echo cum > test.txt - name: echo ip run: echo "$(hostname -I)" + - name: add node + run: apk add node - name: test artificat uses: actions/upload-artifact@v2 with: