Skip to content

Commit

Permalink
Merge pull request #163 from Electric-Coin-Company/ci-binary-preview-fix
Browse files Browse the repository at this point in the history
CI: Change naming pattern for binary preview branches to avoid bugs
  • Loading branch information
str4d authored Nov 5, 2024
2 parents 46a79e8 + 8934277 commit f055e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create, or merge into, the corresponding preview branch
run: git switch -c '${{ github.ref_name }}-preview' || git switch -m '${{ github.ref_name }}-preview'
run: git switch -c 'preview/${{ github.ref_name }}' || git switch -m 'preview/${{ github.ref_name }}'

# https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode
- name: Select the required Xcode version
Expand Down

0 comments on commit f055e6f

Please # to comment.