Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 28, 2024
1 parent 27c95e7 commit 3ea2311
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3ea2311

Please sign in to comment.