We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031a960 commit 21793e1Copy full SHA for 21793e1
2 files changed
.github/workflows/build.yml
@@ -14,10 +14,10 @@ jobs:
14
submodules: true
15
16
- name: Make shell script executable
17
- run: chmod +x ./build
+ run: chmod +x ./build_mac.sh
18
19
- name: Run build script
20
- run: ./build
+ run: ./build_mac.sh
21
22
- name: Set release version
23
run: echo "VERSION=$(date +"%Y.%m.%d.%H%M%S")" >> $GITHUB_ENV
build build_mac.shbuild renamed to build_mac.sh
0 commit comments