Rename and Move Linux Binary after Compilation
Some checks failed
Some checks failed
This commit is contained in:
parent
2a24ac1ec1
commit
02c1ba7b83
1 changed files with 4 additions and 2 deletions
|
@ -28,13 +28,15 @@ jobs:
|
|||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
-
|
||||
name: Compiling To Linux Target
|
||||
run: cargo build -r
|
||||
run: |
|
||||
cargo build -r
|
||||
mv ./target/release/ascendance-of-a-bookworm-bot ./bookworm-bot-linux-amd64
|
||||
-
|
||||
name: Uploading Build Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bookworm-bot-linux-amd64
|
||||
path: ./target/release/ascendance-of-a-bookworm-bot
|
||||
path: ./bookworm-bot-linux-amd64
|
||||
if-no-files-found: error
|
||||
|
||||
upload-release:
|
||||
|
|
Loading…
Reference in a new issue