upload the exe as an artifact
This commit is contained in:
parent
015bf7b43c
commit
38baa566b4
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -10,5 +10,9 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- run: |
|
- run: |
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: editor.exe
|
||||||
|
path: target/release/editor.exe
|
||||||
|
|
||||||
# vim: set ts=2 tw=2 sw=2 et :
|
# vim: set ts=2 tw=2 sw=2 et :
|
||||||
|
|
Loading…
Add table
Reference in a new issue