From 17a433af50173af95c9e60b4054bfa1f8f062cd9 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Tue, 26 Nov 2024 16:44:58 +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 c786d2b..e69e572 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: generate file - run: echo cum > test.txt + run: echo cum > ./test.txt - name: test artificat uses: actions/upload-artifact@v4 with: @@ -17,7 +17,7 @@ jobs: # A file, directory or wildcard pattern that describes what to upload # Required. - path: test.txt + path: ./test.txt # The desired behavior if no files are found using the provided path. # Available Options: