From 280ff6ae4fed35f7824c5d3bccd08f6c1d4900e8 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Sat, 7 Dec 2024 19:26:34 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index 26b8446..ccd5490 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -10,8 +10,8 @@ jobs: run: echo cum > test.txt - name: echo ip run: echo "$(hostname -I)" - - name: add node - run: apk add nodejs + # - name: add node + # run: apk add nodejs - name: test artificat uses: actions/upload-artifact@v2 with: