Skip to content

Commit 6b3bb86

Browse files
committed
rename workflow-name called
1 parent 01aa690 commit 6b3bb86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ jobs:
1313
runs-on: windows-latest
1414
steps:
1515
- name: Build on Windows
16-
uses: ./.github/workflows/prepare-build.yml
16+
uses: ./.github/workflows/build.yml
1717
with:
1818
runner: windows-latest
1919

2020
build_on_mac_intel:
2121
runs-on: macos-latest
2222
steps:
2323
- name: Build on Intel macOS
24-
uses: ./.github/workflows/prepare-build.yml
24+
uses: ./.github/workflows/build.yml
2525
with:
2626
runner: macos-latest
2727
build_on_mac_apple_silicon:
2828
runs-on: macos-latest-xlarge # [beta] / only available option for m1
2929
steps:
3030
- name: Build on Apple Sillicon macOS
31-
uses: ./.github/workflows/prepare-build.yml
31+
uses: ./.github/workflows/build.yml
3232
with:
3333
runner: macos-latest-xlarge
3434
build_on_ubuntu:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Build on Linux (Ubuntu)
38-
uses: ./.github/workflows/prepare-build.yml
38+
uses: ./.github/workflows/build.yml
3939
with:
4040
runner: ubuntu-latest

0 commit comments

Comments
 (0)