Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Jan 20, 2024
1 parent edc8e58 commit 6e1f7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-aab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
outputs:
filename:
description: "artifact file name"
value: ${{ jobs.build-apk.outputs.filename }}
value: ${{ jobs.build-aab.outputs.filename }}
secrets:
key-alias:
required: false
Expand Down

0 comments on commit 6e1f7bf

Please sign in to comment.