diff --git a/.github/workflows/ctfdsyncall.yml b/.github/workflows/ctfdsyncall.yml index 21020a8..6ecf3f7 100644 --- a/.github/workflows/ctfdsyncall.yml +++ b/.github/workflows/ctfdsyncall.yml @@ -26,7 +26,7 @@ jobs: - name: sync chals to ctfd run: | shopt -s globstar - cd $GITHUB_WORKSPACE/chals + cd $GITHUB_WORKSPACE/../chals for i in ./**/challenge.yml; do CHAL_DIR=$(dirname $i) echo "SYNCING CHAL TO CTFd: $CHAL_DIR"