This commit is contained in:
parent
82e66f430a
commit
6544e3ecb7
1 changed files with 5 additions and 4 deletions
|
@ -3,9 +3,10 @@ jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir -p mypath
|
- uses: actions/checkout@v4
|
||||||
- run: echo "hello" > mypath/world.txt
|
- uses: https://git.aquila-consortium.org/guilhem_lavaux/setup-rust-toolchain-forge@v1.12.0-forge
|
||||||
|
- run: cargo build --release
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: binary
|
||||||
path: mypath/world.txt
|
path: target/release/forgejo_automate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue