From c11013f03d04b205d60622e39534fc5d8e00cb49 Mon Sep 17 00:00:00 2001 From: konjacpotato Date: Thu, 22 May 2025 21:03:21 +0800 Subject: [PATCH] c6 --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 12dad6b..db00505 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: machine + runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" @@ -17,9 +17,9 @@ jobs: run: | docker build -t file -f docker/docker-file/Dockerfile . echo "The workflow is now ready to test your code on the runner.000" - ls /workspace/docker + ls /Workspace/docker echo "The workflow is now ready to test your code on the runner.111" - cd /workspace/docker/docker-file/ + cd /Workspace/docker/docker-file/ echo "The workflow is now ready to test your code on the runner.222" docker compose up -d - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file