From 6d1e116b579f6f54ce9fea3b0b495493ad4ded02 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Tue, 26 Nov 2024 18:16:49 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index b62eb34..d536e20 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -8,7 +8,7 @@ jobs: steps: - name: generate file run: echo cum > test.txt - -name: echo ip + - name: echo ip run: echo "ip address" - name: test artificat uses: actions/upload-artifact@v3