diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 8693689..96449aa 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -14,6 +14,5 @@ jobs: with: ref: develop - - name: Copy source to host - run: | - cp -r $GITHUB_WORKSPACE/* /workspace/ + - name: Copy to host folder + run: cp -r $GITHUB_WORKSPACE/* /output/