This commit is contained in:
parent
82e66f430a
commit
6544e3ecb7
1 changed files with 5 additions and 4 deletions
|
@ -3,9 +3,10 @@ jobs:
|
|||
release:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: mkdir -p mypath
|
||||
- run: echo "hello" > mypath/world.txt
|
||||
- uses: actions/checkout@v4
|
||||
- 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
|
||||
with:
|
||||
name: my-artifact
|
||||
path: mypath/world.txt
|
||||
name: binary
|
||||
path: target/release/forgejo_automate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue