mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 10:44:20 -04:00
Disabling namecap
This commit is contained in:
parent
810bb7cad7
commit
1daaf620a5
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Builf for ${{matrix.artifact}}
|
name: Build for ${{matrix.artifact}}
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
path: dist/*
|
path: dist/*
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Create debian & rpm releases
|
name: Create debian, rpm & arch releases
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
env:
|
env:
|
||||||
@ -87,6 +87,7 @@ jobs:
|
|||||||
id: makepkg
|
id: makepkg
|
||||||
with:
|
with:
|
||||||
pkgdir: deployment
|
pkgdir: deployment
|
||||||
|
namcapDisable: true
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user