Skip to content

Commit

Permalink
android ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
shocknet-justin committed Sep 12, 2024
1 parent 2b46cf7 commit 4dcd3fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
tags:
- 'v*'
branches:
- test

env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true
APP_NAME: "shockwallet" # Hardcoded app name
VERSION: ${{ github.ref_name }} # Use the tag name as the version
APP_NAME: "shockwallet"
VERSION: ${{ github.ref_name }}

jobs:
build:
Expand Down

0 comments on commit 4dcd3fc

Please sign in to comment.