This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user