Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda committed Apr 27, 2024
1 parent 03b1d21 commit d5b3667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
- name: Setup S.C.
id: sc-dl
run: |
wget "https://github.com/LGBT-CN/signature-counter/releases/download/0.0.1/x86_64-unknown-linux-musl"
chmod +x ./x86_64-unknown-linux-musl
wget "https://github.com/LGBT-CN/signature-counter/releases/download/latest/signature-counter"
chmod +x ./signature-counter
chmod +w *
- name: Run S.C.
run: |
./x86_64-unknown-linux-musl ./README.md
rm -f ./x86_64-unknown-linux-musl
./signature-counter ./README.md
rm -f ./signature-counter
- name: Commit S.C.
run: |
git config user.name KevinZonda
Expand Down

0 comments on commit d5b3667

Please sign in to comment.