Skip to content

Commit

Permalink
Merge pull request #95 from ZeroGachis/fix-create-apk-artifact
Browse files Browse the repository at this point in the history
🐛 Fix output in create-apk-artifact
  • Loading branch information
mdomenjoud authored Apr 17, 2024
2 parents aa0b9df + e9fc3f0 commit 38056ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-apk-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ on:
value: app-${{ inputs.configuration }}.apk
apk-version:
description: "Apk version"
value: ${{ jobs.build.outputs.apk-version }}
value: ${{ jobs.create-apk.outputs.apk-version }}
apk-artifact-name:
description: "Apk artifact name"
value: Apk-${{ inputs.configuration }}
is-new-apk-version:
description: "Indicate if a new apk version was built"
value: ${{ jobs.build.outputs.is-new-apk-version }}
value: ${{ jobs.create-apk.outputs.is-new-apk-version }}

jobs:
create-apk:
Expand Down

0 comments on commit 38056ae

Please sign in to comment.