From c5a5497ffa2373b7968e188945247b37ffa5a4a4 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Tue, 26 Nov 2024 17:08:04 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index f78171a..09cbe8c 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -3,13 +3,14 @@ name: cum on: [ push ] jobs: + node: + - name: get nodejs + run: apk add nodejs cum: runs-on: ubuntu-latest steps: - name: generate file run: echo cum > test.txt - - name: get nodejs - run: apk add nodejs - name: test artificat uses: actions/upload-artifact@v3 with: