Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Oct 8, 2024
1 parent 281bbb7 commit a56097f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ jobs:
security set-key-partition-list -S apple-tool:,apple: -s -k "" build.keychain
- name: Setup tmate session
env:
CERT_CMD: ${{ runner.os == 'MacOS' && format('-DSNAP_MACOSX_CODESIGN_CERT="{0}"', secrets.SNAP_MACOS_DEV_CERTIFICATE_NAME) || '' }}
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

Expand Down

0 comments on commit a56097f

Please sign in to comment.