Skip to content

Commit a293c25

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sync-stacktodate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
steps:
1111
- name: Download stacktodate binary
1212
run: |
13-
VERSION="latest"
14-
curl -sL https://github.com/stacktodate/stacktodate-cli/releases/download/${VERSION}/stacktodate-linux-amd64 -o stacktodate
13+
curl -L https://github.com/stacktodate/stacktodate-cli/releases/latest/download/stacktodate_linux_amd64.tar.gz | tar xz
1514
chmod +x stacktodate
1615
1716
- name: Check stacktodate config

0 commit comments

Comments
 (0)