diff --git a/.gitea/workflows/dropshell-build.yaml b/.gitea/workflows/dropshell-build.yaml index f0f6b6a..f0791c9 100644 --- a/.gitea/workflows/dropshell-build.yaml +++ b/.gitea/workflows/dropshell-build.yaml @@ -17,10 +17,10 @@ jobs: password: ${{ secrets.DOCKER_PUSH_TOKEN }} - name: Build run: | - ./build.sh + ./dropshell-build/build.sh - name: Test run: | - ./test.sh + ./dropshell-build/test.sh - name: Publish run: | - ./publish.sh + ./dropshell-build/publish.sh