Remove unnecesary mkdir from download Acceptance test

This commit is contained in:
William Martin 2024-10-17 15:11:45 +02:00
parent 07ea43ae5a
commit dc3e805078

View file

@ -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: