mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-29 10:44:15 +00:00
Remove macOS debugging workflow and update distribution ID in configuration
This commit is contained in:
20
.github/workflows/debug-macos.yml
vendored
20
.github/workflows/debug-macos.yml
vendored
@@ -1,20 +0,0 @@
|
||||
|
||||
name: Dbg macos
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
mac-build:
|
||||
runs-on: macos-14
|
||||
|
||||
steps:
|
||||
- name: Dbgh
|
||||
run: |
|
||||
echo ${{ secrets.macOS_AppleDeveloperIdTeamId }} >> test.txt
|
||||
echo ${{ secrets.macOS_AppleAccountId }} >> test.txt
|
||||
|
||||
cat test.txt
|
||||
|
||||
- name: Run tmate
|
||||
uses: mxschmitt/action-tmate@v2
|
||||
Reference in New Issue
Block a user