From 65b4567baf258ed50c3943dd8f900aff0447035e Mon Sep 17 00:00:00 2001 From: Vladimir Borisov Date: Mon, 3 Oct 2022 15:16:12 +0300 Subject: [PATCH] Correct build script --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0ca9dc..aa6514c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build Installer -on: [pull_request, push] +on: push jobs: build: @@ -12,14 +12,13 @@ jobs: run: git config --global core.autocrlf false - name: checkout uses: actions/checkout@v3 - - name: Stable with rustfmt and clippy + - name: Rust Stable uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable - components: rustfmt, clippy - name: Build - run: cargo test + run: setup\create_setup.bat - uses: actions/upload-artifact@v3 with: name: stremio-setup