diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9fd45e09..19f58ecd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -3,8 +3,6 @@ name: Rust on: push: branches: [ "main" ] - pull_request: - branches: [ "main" ] env: CARGO_TERM_COLOR: always @@ -20,3 +18,11 @@ jobs: run: cargo build --verbose - name: Run tests run: cargo test --verbose + - uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" + prerelease: true + title: "Development Build" + files: | + target/release/restop