From 02043b6ca8b41367f30b3254f56be3fe066cbdc6 Mon Sep 17 00:00:00 2001 From: PlOszukiwacz <87446593+PlOszukiwaczDEV@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:59:56 +0100 Subject: [PATCH] github actions test 4 --- .github/workflows/buildapp.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 00bff88..e93861b 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -5,7 +5,14 @@ on: branches: [ $default-branch ] pull_request: branches: [ $default-branch ] - workflow_dispatch + workflow_dispatch: + inputs: + ermwattesigma: + description: "Test" + default: "Testing" + required: false + type: string + concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -13,7 +20,7 @@ concurrency: jobs: build: - name: Build bsky-desktop + name: Build bsky-desktop (Linux) runs-on: ubuntu-latest permissions: contents: write @@ -30,7 +37,7 @@ jobs: - name: Compile (For linux) id: build_package - run: npm run dev + run: npm run build - name: Upload Artifact if: ${{ inputs.upload_artifact }}