Skip to content

Commit

Permalink
deploy all test
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Apr 17, 2024
1 parent 39e7ada commit 755d73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Building deploy-all.sh
run: |
cmp -s /tmp/y "/tmp/gsocket.io${DSTDIR:?}/y" || {
cmp -s /tmp/yx "/tmp/gsocket.io${DSTDIR:?}/y" || {
cp "${GITHUB_WORKSPACE:?}/deploy/deploy.sh" "gsocket.io${DSTDIR}/bin/deploy.sh"
"${GITHUB_WORKSPACE:?}/packaging/deploy-all/build.sh" /tmp/deploy-all.sh "gsocket.io${DSTDIR:?}/bin"
rm -f "gsocket.io${DSTDIR}/bin/deploy.sh"
Expand Down

0 comments on commit 755d73f

Please sign in to comment.