Skip to content

Commit 6ff616b

Browse files
authored
Update download_docker_cli.yml
1 parent 08647f5 commit 6ff616b

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
@@ -20,7 +20,7 @@ jobs:
2020
2121
# fnpack
2222
curl -sSL -o fnpack https://static2.fnnas.com/fnpack/fnpack-1.0.1-linux-amd64
23-
chmod 755 fnpack && fnpack --help
23+
chmod 755 fnpack && ./fnpack --help
2424
- name: Create Release
2525
if: always()
2626
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)