diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d9c0af..18aefa8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 :