Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
46797536 authored Jul 2, 2024
1 parent 3e34aef commit 5c47923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
curl -LO https://github.com/labring/sealos/releases/download/v4.3.3/sealos_4.3.3_linux_amd64.tar.gz
tar -xzvf sealos_4.3.3_linux_amd64.tar.gz
chmod +x sealos
#mv sealos /usr/bin
mv sealos /usr/local/bin
#echo "$PWD/sealos" >> $GITHUB_PATH
echo "$PWD/sealos" >> $PATH
echo $PATH
#echo "$PWD/sealos" >> $PATH
#echo "$PATH"
- name: Verify sealos installation
run: sealos version # 或者任何其他命令来验证sealos是否正确安装
Expand Down

0 comments on commit 5c47923

Please sign in to comment.