build and upload to artifacts

This commit is contained in:
shum
2026-01-05 08:33:54 +00:00
parent 462e47bacd
commit 5459308dd9

View File

@@ -427,7 +427,6 @@ jobs:
- name: Build Desktop
id: mac_desktop_build
if: startsWith(github.ref, 'refs/tags/v')
shell: bash
env:
APPLE_SIMPLEX_SIGNING_KEYCHAIN: ${{ secrets.APPLE_SIMPLEX_SIGNING_KEYCHAIN }}
@@ -439,6 +438,11 @@ jobs:
echo "package_path=$path" >> $GITHUB_OUTPUT
echo "package_hash=$(echo SHA2-256\(${{ matrix.desktop_asset_name }}\)= $(openssl sha256 $path | cut -d' ' -f 2))" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v6
with:
name: ${{ matrix.desktop_asset_name }}
path: ${{ steps.mac_desktop_build.outputs.package_path }}
- name: Upload Desktop
if: startsWith(github.ref, 'refs/tags/v')
uses: ./.github/actions/prepare-release