Skip to content

Commit 26d43f4

Browse files
authored
A few more minor fixes. (#7)
1 parent 31fceab commit 26d43f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fi
8080
8181
- name: Sign the executable (macOS)
82-
if: env.SIGN_MACOS == 'true'
82+
if: env.SIGN_MACOS == 'true' && runner.os == 'macOS'
8383
uses: toitlang/action-macos-sign-notarize@567fcd7c0b89e1b4d0fbc5132cce6e56224db1b7 # v1.2.0
8484
with:
8585
certificate: ${{ secrets.MACOS_CERTIFICATE }}

.github/workflows/readme.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
token: ${{ steps.app-token.outputs.token }}
38+
ref: main
3839

3940
- name: Update the README
4041
run: |

0 commit comments

Comments
 (0)