From e676ab83fdbe74e27602ee6cec881d5f1d16e92b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 21:25:23 +1200 Subject: [PATCH] :-'Generic Commit' --- .gitea/workflows/buildtestpublish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/buildtestpublish.yaml b/.gitea/workflows/buildtestpublish.yaml index 7b8f0d3..b558599 100644 --- a/.gitea/workflows/buildtestpublish.yaml +++ b/.gitea/workflows/buildtestpublish.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Build and Test the x86 version of the project run: | - ./test-docker.sh + ./testing/test-docker.sh - name: Build cross-platform versions (amd64 and arm64) run: | ./build.sh all