Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Commit 4c38e22

Browse files
author
mahoshojoHCG
authored
Update mac.yml
1 parent c237655 commit 4c38e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Install tool
2222
run: dotnet tool install ElectronNET.CLI -g
2323
- name: make script executable
24-
run: chmod +x scripts/build-linux.sh
24+
run: chmod +x scripts/build-mac.sh
2525
- name: Build
26-
run: scripts/build-linux.sh
26+
run: scripts/build-mac.sh
2727
env:
2828
GH_TOKEN: ${{secrets.CI_TOKEN}}
2929
- name: Upload artifact

0 commit comments

Comments
 (0)