Skip to content

Commit

Permalink
Update moeCounter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn committed Aug 22, 2024
1 parent bbfdb0e commit 909e6f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/moeCounter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v5.0.2

- name: Get binary count
id: get-listc
run: |
LISTC=$(wget -qO- "https://raw.githubusercontent.com/xplshn/dbin/master/stubdl" | sh -s -- list | wc -l)
LISTC="go run *.go list | wc -l"
echo "LISTC=$LISTC" >> $GITHUB_ENV
- name: Download MoeCounter image
Expand Down

0 comments on commit 909e6f2

Please sign in to comment.