Correct build script

This commit is contained in:
Vladimir Borisov 2022-10-03 15:16:12 +03:00
parent 1c899d8ad1
commit 65b4567baf

View file

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