Skip to content

Commit 7fd9828

Browse files
authored
Update download_docker_cli.yml
1 parent 6ff616b commit 7fd9828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download_docker_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
curl -sSL -o "docker-compose-windows-x86_64.exe" "$URL"
2020
2121
# fnpack
22-
curl -sSL -o fnpack https://static2.fnnas.com/fnpack/fnpack-1.0.1-linux-amd64
22+
curl -sSL -o fnpack https://static2.fnnas.com/fnpack/fnpack-1.2.0-linux-amd64
2323
chmod 755 fnpack && ./fnpack --help
2424
- name: Create Release
2525
if: always()

0 commit comments

Comments
 (0)