mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-04-21 16:01:56 +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
|
name: Build Installer
|
||||||
|
|
||||||
on: [pull_request, push]
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -12,14 +12,13 @@ jobs:
|
||||||
run: git config --global core.autocrlf false
|
run: git config --global core.autocrlf false
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Stable with rustfmt and clippy
|
- name: Rust Stable
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: rustfmt, clippy
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo test
|
run: setup\create_setup.bat
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: stremio-setup
|
name: stremio-setup
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue