mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Using env variables for the release job only
This commit is contained in:
parent
f9e815017a
commit
e59365e226
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -5,10 +5,6 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
description: "A media browser"
|
||||
version: beta #${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Builf for ${{matrix.artifact}}
|
||||
@ -43,6 +39,9 @@ jobs:
|
||||
name: Create debian & rpm releases
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
env:
|
||||
description: "A media browser"
|
||||
version: beta #${{ github.ref }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/download-artifact@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user