Fix release build

This commit is contained in:
Martin Frost 2023-04-11 09:28:44 +02:00
parent b7676cf6c8
commit b0008fbc5b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: prepare release artifact - name: prepare release artifact
shell: bash shell: bash
run: | run: |
mkdir target/{bin,man} mkdir -p target/{bin,man}
cp target/release/*.1 target/man cp target/release/*.1 target/man
cp target/release/git-{mob,solo,{add,edit,delete}-coauthor} target/bin cp target/release/git-{mob,solo,{add,edit,delete}-coauthor} target/bin
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3