mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-11 17:29:45 +00:00
apple signing environment vars
This commit is contained in:
parent
0ced985cc9
commit
e67fa3c817
8
.github/workflows/macos-nightly.yml
vendored
8
.github/workflows/macos-nightly.yml
vendored
@ -48,11 +48,19 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Building for x86_64..."
|
echo "Building for x86_64..."
|
||||||
npm run tauri build -- --target x86_64-apple-darwin --bundles dmg
|
npm run tauri build -- --target x86_64-apple-darwin --bundles dmg
|
||||||
|
env:
|
||||||
|
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||||
|
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||||
|
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||||
|
|
||||||
- name: Build for Apple Silicon
|
- name: Build for Apple Silicon
|
||||||
run: |
|
run: |
|
||||||
echo "Building for aarch64..."
|
echo "Building for aarch64..."
|
||||||
npm run tauri build -- --target aarch64-apple-darwin --bundles dmg
|
npm run tauri build -- --target aarch64-apple-darwin --bundles dmg
|
||||||
|
env:
|
||||||
|
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||||
|
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||||
|
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||||
|
|
||||||
- name: Upload Intel Build
|
- name: Upload Intel Build
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user