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
@ -4,10 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
|
||||||
description: "A media browser"
|
|
||||||
version: beta #${{ github.ref }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -43,6 +39,9 @@ jobs:
|
|||||||
name: Create debian & rpm releases
|
name: Create debian & rpm releases
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
env:
|
||||||
|
description: "A media browser"
|
||||||
|
version: beta #${{ github.ref }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user