Skip to content

Commit

Permalink
found it!?
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jul 27, 2024
1 parent 8ffde00 commit 9f38fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: hkusu/apk-info-action@v1
with:
apk-path: ${{ steps.apk-path.outputs.path }}
- name: Show apk info
- name: Show everyone the .apk info here:
run: |
echo '${{ steps.apk-info.outputs.application-name }}'
echo '${{ steps.apk-info.outputs.application-id }}'
Expand All @@ -54,4 +54,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: tordroid
path: tordroid/build/outputs/apk/release/*.apk
path: ./wallet/build/outputs/apk/release/wallet-release-unsigned.apk

0 comments on commit 9f38fe0

Please sign in to comment.