mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-29 20:31:38 +00:00
Bump to v0.7.5-alpha fix apk 2
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -167,7 +167,7 @@ jobs:
|
||||
- name: 'Download macOS Build Artifact'
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: desktopApp/release-builds/Robosats-darwin-x64
|
||||
path: .
|
||||
name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-mac-darwin-x64.zip
|
||||
|
||||
- name: 'Upload macOS Build Artifact'
|
||||
@ -177,14 +177,14 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_path: desktopApp/release-builds/Robosats-darwin-x64
|
||||
asset_path: Robosats-darwin-x64
|
||||
asset_name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-mac-darwin-x64.zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
- name: 'Download linux Build Artifact'
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: desktopApp/release-builds/Robosats-linux-x64
|
||||
path: .
|
||||
name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-linux-x64.zip
|
||||
|
||||
- name: 'Upload linux Build Artifact'
|
||||
@ -194,14 +194,14 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_path: desktopApp/release-builds/Robosats-linux-x64
|
||||
asset_path: Robosats-linux-x64
|
||||
asset_name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-linux-x64.zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
- name: 'Download Windows Build Artifact'
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: desktopApp/release-builds/Robosats-win32-ia32
|
||||
path: .
|
||||
name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-win32-ia32.zip
|
||||
|
||||
- name: 'Upload Windows Build Artifact'
|
||||
@ -211,6 +211,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create-release.outputs.upload_url }}
|
||||
asset_path: desktopApp/release-builds/Robosats-win32-ia32
|
||||
asset_path: Robosats-win32-ia32
|
||||
asset_name: robosats-desktop-${{ needs.check-versions.outputs.semver }}-win32-ia32.zip
|
||||
asset_content_type: application/zip
|
Reference in New Issue
Block a user