Removed cargo config that is no longer necessary
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
[build]
|
|
||||||
target = "x86_64-unknown-linux-gnu"
|
|
||||||
rustflags = ["--cfg", "tokio_unstable"]
|
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: automation
|
name: automation
|
||||||
path: target/x86_64-unknown-linux-gnu/release/automation
|
path: target/release/automation
|
||||||
|
|
||||||
container:
|
container:
|
||||||
name: Build container
|
name: Build container
|
||||||
|
|||||||
Reference in New Issue
Block a user