Remove macOS debugging workflow and update distribution ID in configuration

This commit is contained in:
mr. M
2024-12-30 23:51:47 +01:00
parent 23a1bc2595
commit 41f94f2be5
3 changed files with 10 additions and 25 deletions

View File

@@ -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