mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Correct build script
This commit is contained in:
parent
1c899d8ad1
commit
65b4567baf
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue