Skip to content

Commit

Permalink
added ls
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed May 24, 2024
1 parent e63552c commit f6acd5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
# platform: [windows-2019]
# platform: [macos-latest]
platform: [windows-2019, macos-11, macos-latest, ubuntu-22.04]
platform: [macos-11, macos-latest]
# platform: [windows-2019, macos-11, macos-latest, ubuntu-22.04]
# platform: [windows-2019, ubuntu-22.04]
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
Expand Down Expand Up @@ -44,6 +44,8 @@ jobs:
- name: (TEST) Merge latest-mac.yml mac release files
if: matrix.platform == 'macos-latest' || matrix.platform == 'macos-11'
run: |
ls ./scripts
ls
yarn
node ./sripts/merge-mac-yamls.mjs
env:
Expand Down

0 comments on commit f6acd5a

Please sign in to comment.