Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Print variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Webpage-gh committed Jun 8, 2024
1 parent 6ddbade commit 74e93e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
- name: Print variables
run: echo ${{ steps.sign_app.outputs.signedReleaseFile0 }}, {{ SIGNED_RELEASE_FILE_0 }}, ${{ steps.sign_app.outputs.signedReleaseFile1 }}, {{ SIGNED_RELEASE_FILE_1 }}

- name: Upload build artifact
env:
Expand Down

0 comments on commit 74e93e9

Please sign in to comment.