diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61eebe1..5f2134e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,3 +63,15 @@ jobs: uses: actions-rs/cargo@v1 with: command: test + - name: Build artifacts + uses: actions-rs/cargo@v1 + with: + command: build + args: '--release' + - name: Upload artifacts + uses: actions/upload-artifact@master + with: + name: iamb-${{ matrix.platform }} + path: | + ./target/release/iamb + ./target/release/iamb.exe