From 1daaf620a5d894e2dd7e09d70794d007fd9106e9 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 5 Apr 2021 18:43:10 +0200 Subject: [PATCH] Disabling namecap --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02645197..8d47d341 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build: - name: Builf for ${{matrix.artifact}} + name: Build for ${{matrix.artifact}} runs-on: ${{matrix.os}} strategy: matrix: @@ -37,7 +37,7 @@ jobs: path: dist/* release: - name: Create debian & rpm releases + name: Create debian, rpm & arch releases runs-on: ubuntu-latest needs: build env: @@ -87,6 +87,7 @@ jobs: id: makepkg with: pkgdir: deployment + namcapDisable: true - uses: actions/upload-artifact@v2 with: path: |