Skip to content

Commit 53ec808

Browse files
authored
Update download_docker_cli.yml
1 parent 980af3c commit 53ec808

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/download_docker_cli.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
1616
URL=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | jq -r '.assets[] | select(.name == "docker-compose-windows-x86_64.exe") | .browser_download_url')
1717
wget "$URL"
18+
19+
curl -L -o fnpack https://static2.fnnas.com/fnpack/fnpack-1.0.1-linux-amd64
1820
- name: Create Release
1921
if: always()
2022
uses: softprops/action-gh-release@v2
@@ -25,6 +27,7 @@ jobs:
2527
files: |
2628
docker-windows-x86_64.exe
2729
docker-compose-windows-x86_64.exe
30+
fnpack
2831
draft: false
2932
prerelease: false
30-
make_latest: false
33+
make_latest: false

0 commit comments

Comments
 (0)