mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Using matrix job's id
This commit is contained in:
parent
76fbf113b6
commit
1538b67c0b
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-${{matrix.artifact}}:
|
||||||
name: Build for ${{matrix.artifact}}
|
name: Build for ${{matrix.artifact}}
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
@ -68,7 +68,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
name: Create debian, rpm & arch releases
|
name: Create debian, rpm & arch releases
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build-linux
|
||||||
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