Skip to content

Commit

Permalink
maybe without ssh.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Oct 29, 2024
1 parent 9566467 commit f2ab33a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,16 @@ jobs:
run: |
security find-identity -v pyinstaller_signing_temp.keychain | grep "${{ vars.MACOS_TEAM_ID }}" | grep "Developer ID Application"
- shell: bash
run: echo $PATH
PYINSTALLER_FLAGS="--codesign-identity ${{ vars.MACOS_TEAM_ID }}" >> $GITHUB_ENV
# Run ssh.
- uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: "${{ secrets.NGROK_FLORIAN }}"
SSH_PASS: "aoeuAOEU0"
# - shell: bash
# run: echo $PATH

# # Run ssh.
# - uses: luchihoratiu/debug-via-ssh@main
# with:
# NGROK_AUTH_TOKEN: "${{ secrets.NGROK_FLORIAN }}"
# SSH_PASS: "aoeuAOEU0"

- name: Build with PyInstaller
run: |
Expand Down

0 comments on commit f2ab33a

Please sign in to comment.