Skip to content

Commit

Permalink
Build cli executables on staging release too
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Nov 18, 2024
1 parent ce90029 commit 7413e7e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,11 @@ jobs:
# mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
# security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "actions" build.keychain

- name: Build AD4M-CLI & build Launcher binary (macos/linux-latest)
if: matrix.platform != 'windows-latest'
- name: Build AD4M-CLI
run: cd cli && cargo build --release

- name: Build AD4M-CLI & build Launcher binary #(macos/linux-latest)
#if: matrix.platform != 'windows-latest'
#env:
#TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
#TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
Expand All @@ -160,12 +163,12 @@ jobs:
#APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
run: pnpm run package-ad4m

- name: Build AD4M-CLI & build Launcher binary (windows-latest)
if: matrix.platform == 'windows-latest'
#- name: Build AD4M-CLI & build Launcher binary (windows-latest)
# if: matrix.platform == 'windows-latest'
#env:
#TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
#TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
run: pnpm run package-ad4m
# run: pnpm run package-ad4m

- name: Upload Release Deb Asset
id: upload-release-deb-asset
Expand Down

0 comments on commit 7413e7e

Please sign in to comment.