From fda824f0ebe81ec44690ee30f8228187ad7579f9 Mon Sep 17 00:00:00 2001 From: Jonathan Poole Date: Wed, 14 Jun 2023 17:42:44 +0100 Subject: [PATCH] Fix the release step (#32) --- .github/workflows/{paku.yaml => puku.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{paku.yaml => puku.yaml} (89%) diff --git a/.github/workflows/paku.yaml b/.github/workflows/puku.yaml similarity index 89% rename from .github/workflows/paku.yaml rename to .github/workflows/puku.yaml index 9153bae..30e0d94 100644 --- a/.github/workflows/paku.yaml +++ b/.github/workflows/puku.yaml @@ -1,4 +1,4 @@ -name: Paku +name: Puku on: [push, pull_request] jobs: test: @@ -23,7 +23,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Build puku - run: ./pleasew build p -v notice --profile release //package:release_files + run: ./pleasew build -p -v notice --profile release //package:release_files - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}