Skip to content

Commit

Permalink
fix github pipeline signing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinVerges committed Jan 16, 2022
1 parent 494ba1c commit 2f357a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
- name: 'Upload our ABB'
uses: actions/upload-artifact@v2
with:
name: Release artifact AAB
name: smartsensors.aab
path: ${{ steps.signAAB.outputs.signedReleaseFile }}

- name: 'Upload our APK'
uses: actions/upload-artifact@v2
with:
name: Release artifact APK
name: smartsensors.apk
path: ${{ steps.signAPK.outputs.signedReleaseFile }}
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.signAPK.outputs.signedReleaseFile }}
asset_name: smartsensors.apk
asset_content_type: application/zip
asset_content_type: application/vnd.android.package-archiv

0 comments on commit 2f357a7

Please sign in to comment.