diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index 0eabbca..f78171a 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -8,6 +8,8 @@ jobs: 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: