Skip to content

Commit cd11633

Browse files
committed
Fix the workflow
1 parent 1561bea commit cd11633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-stacktodate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
sync-stacktodate:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v4
1112
- name: Download stacktodate binary
1213
run: |
13-
VERSION="latest"
14-
curl -sL https://github.com/stacktodate/stacktodate-cli/releases/download/${VERSION}/stacktodate-linux-amd64 -o stacktodate
14+
curl -L https://github.com/stacktodate/stacktodate-cli/releases/latest/download/stacktodate_linux_amd64.tar.gz | tar xz
1515
chmod +x stacktodate
1616
1717
- name: Check stacktodate config

0 commit comments

Comments
 (0)