mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-21 22:40:34 -04:00
Update build.yml
This commit is contained in:
parent
251790bad2
commit
e30bdde98f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: "${{matrix.artifact}}'s Build"
|
name: "${{matrix.artifact}}'s Build"
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
if: github.event_name == "push" || github.event.pull_request.head.repo.full_name != github.repository
|
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
name: Create debian, rpm & arch releases
|
name: Create debian, rpm & arch releases
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
if: github.ref == "refs/heads/master"
|
if: github.ref == 'refs/heads/master'
|
||||||
env:
|
env:
|
||||||
description: "A media browser"
|
description: "A media browser"
|
||||||
version: v0.0.1 #${{ github.ref }}
|
version: v0.0.1 #${{ github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user