We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b1d21 commit d5b3667Copy full SHA for d5b3667
.github/workflows/count.yml
@@ -10,13 +10,13 @@ jobs:
10
- name: Setup S.C.
11
id: sc-dl
12
run: |
13
- wget "https://github.com/LGBT-CN/signature-counter/releases/download/0.0.1/x86_64-unknown-linux-musl"
14
- chmod +x ./x86_64-unknown-linux-musl
+ wget "https://github.com/LGBT-CN/signature-counter/releases/download/latest/signature-counter"
+ chmod +x ./signature-counter
15
chmod +w *
16
- name: Run S.C.
17
18
- ./x86_64-unknown-linux-musl ./README.md
19
- rm -f ./x86_64-unknown-linux-musl
+ ./signature-counter ./README.md
+ rm -f ./signature-counter
20
- name: Commit S.C.
21
22
git config user.name KevinZonda
0 commit comments