mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
Fix release workflow
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_path: app-universal-release.apk
|
||||
asset_path: ./app-universal-release.apk
|
||||
asset_name: robosats-${{ needs.check-versions.outputs.semver }}-universal.apk
|
||||
asset_content_type: application/apk
|
||||
|
||||
@ -127,7 +127,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_path: app-arm64-v8a-release.apk
|
||||
asset_path: ./app-arm64-v8a-release.apk
|
||||
asset_name: robosats-${{ needs.check-versions.outputs.semver }}-arm64-v8a.apk
|
||||
asset_content_type: application/apk
|
||||
|
||||
@ -144,7 +144,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_path: app-armeabi-v7a-release.apk
|
||||
asset_path: ./app-armeabi-v7a-release.apk
|
||||
asset_name: robosats-${{ needs.check-versions.outputs.semver }}-armeabi-v7a.apk
|
||||
asset_content_type: application/apk
|
||||
|
||||
@ -161,7 +161,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_path: app-x86_64-release.apk
|
||||
asset_path: ./app-x86_64-release.apk
|
||||
asset_name: robosats-${{ needs.check-versions.outputs.semver }}-x86_64.apk
|
||||
asset_content_type: application/apk
|
||||
|
||||
@ -214,4 +214,4 @@ jobs:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_path: Robosats-win32-ia32.zip
|
||||
asset_name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-win32-ia32.zip
|
||||
asset_content_type: application/zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
Reference in New Issue
Block a user