upload the exe as an artifact

This commit is contained in:
Michael Zhang 2021-03-03 07:17:27 -06:00
parent 015bf7b43c
commit 38baa566b4
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -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 :