Update .gitea/workflows/artifact.yaml
Some checks failed
cum / cum (push) Failing after 22s

This commit is contained in:
2024-11-26 16:44:58 +00:00
parent 629fedee13
commit 17a433af50

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: generate file - name: generate file
run: echo cum > test.txt run: echo cum > ./test.txt
- name: test artificat - name: test artificat
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
@ -17,7 +17,7 @@ jobs:
# A file, directory or wildcard pattern that describes what to upload # A file, directory or wildcard pattern that describes what to upload
# Required. # Required.
path: test.txt path: ./test.txt
# The desired behavior if no files are found using the provided path. # The desired behavior if no files are found using the provided path.
# Available Options: # Available Options: