Fix some issues
This commit is contained in:
parent
b827471e6d
commit
fb1e41ddc4
4 changed files with 10 additions and 15 deletions
.forgejo/workflows
|
@ -16,17 +16,9 @@ jobs:
|
|||
source "$HOME/.cargo/env"
|
||||
cargo build --release
|
||||
shell: bash
|
||||
- uses: https://code.forgejo.org/actions/upload-artifact@v3
|
||||
with:
|
||||
name: teamspeak-query-lib
|
||||
path: ${{ github.workspace }}/target/release/teamspeak-query-lib
|
||||
- uses: https://code.forgejo.org/actions/download-artifact@v3
|
||||
with:
|
||||
name: teamspeak-query-lib
|
||||
path: /tmp/artifacts
|
||||
shell: bash
|
||||
- id: copy-ts-control-artificat
|
||||
run: |
|
||||
cp ${{ github.workspace }}/target/release/teamspeak-query-lib /tmp/artifacts
|
||||
cp ${{ github.workspace }}/ts-control /tmp/artifacts
|
||||
shell: bash
|
||||
- uses: https://code.forgejo.org/actions/forgejo-release@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue