mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Add GitHub Actions workflow for macOS debugging
This commit is contained in:
17
.github/workflows/debug-macos.yml
vendored
Normal file
17
.github/workflows/debug-macos.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
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
|
Reference in New Issue
Block a user