Remove unnecesary mkdir from download Acceptance test
This commit is contained in:
parent
07ea43ae5a
commit
dc3e805078
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ jobs:
|
|||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- run: mkdir -p path/to/artifact
|
||||
- run: echo hello > world.txt
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue