diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7c1fc4..e9bb9b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: prepare release artifact shell: bash run: | - mkdir target/{bin,man} + mkdir -p target/{bin,man} cp target/release/*.1 target/man cp target/release/git-{mob,solo,{add,edit,delete}-coauthor} target/bin - uses: actions/upload-artifact@v3