Fix missing directory in actions workflow
This commit is contained in:
parent
1752ef64d8
commit
b753bb235d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ jobs:
|
|||
bashly generate
|
||||
- id: copy-ts-control-artificat
|
||||
run: |
|
||||
mkdir /tmp/artifacts
|
||||
cp ${{ github.workspace }}/target/release/teamspeak-query-lib /tmp/artifacts
|
||||
cp ${{ github.workspace }}/ts-control /tmp/artifacts
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue