From 3ea231143803ddcd7da69ef875fb403767aa65a3 Mon Sep 17 00:00:00 2001 From: Code-Floof <13484789+Codel1417@users.noreply.github.com> Date: Mon, 27 May 2024 23:25:51 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dcf88ff..419a8e74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,12 +32,14 @@ jobs: id: version uses: ./.github/actions/version with: - RELEASE_TAG: ${{ github.event.release.tag_name }} + release-tag: ${{ github.event.release.tag_name }} - name: Run build script id: build run: bash ${GITHUB_WORKSPACE}/Scripts/launchBuild.sh working-directory: Scripts env: + VERSION: ${{ steps.version.outputs.VERSION }} + BUILD_NUMBER: ${{ steps.version.outputs.BUILD_NUMBER }} GITHUB_EVENT_NAME: ${{ github.event_name }} OS: ${{ matrix.os }} ANDROID_KEY_JKS: ${{ secrets.ANDROID_KEY_JKS }}