Add GitHub Actions workflow for macOS debugging

This commit is contained in:
mr. M
2024-12-30 23:25:45 +01:00
parent aa72ea805f
commit 2afb9b1456

17
.github/workflows/debug-macos.yml vendored Normal file
View 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