From f21a69d1eb3b84f60d63b0adaff5dec9e0d35baf Mon Sep 17 00:00:00 2001 From: Patryk Falba Date: Tue, 14 Nov 2023 22:53:05 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a6ac6a..eb196a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: - '*' jobs: - build: + zip-release: runs-on: ubuntu-latest env: SOURCE_SUBDIRECTORY: app @@ -20,7 +20,7 @@ jobs: - name: Get version from manifest.json id: version - run: echo "::set-output name=version::$(jq -r .version manifest.json)" + run: echo "::set-output name=version::$(jq -r .version app/manifest.json)" - name: Zip subdirectory run: zip -r $RELEASE_ZIP_FILENAME-${{ steps.version.outputs.version }}.zip ./$SOURCE_SUBDIRECTORY/