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
|
||||
- run: |
|
||||
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 :
|
||||
|
|
Loading…
Reference in a new issue