Skip to content

Commit

Permalink
Fix github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Nov 15, 2024
1 parent 5b37532 commit ce8c199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Build AD4M-CLI & build Launcher binary (macos/linux-latest)
if: matrix.platform != 'windows-latest'
env:
#env:
#TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
#TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
#APPLE_ID: ${{ secrets.APPLE_ID }}
Expand All @@ -162,7 +162,7 @@ jobs:

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

0 comments on commit ce8c199

Please sign in to comment.