From fb12b9f91c145f22263724291519cfbbb5afd405 Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 30 Dec 2023 12:44:39 -0500 Subject: [PATCH] c --- .gitea/workflows/beta-deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/beta-deploy.yaml b/.gitea/workflows/beta-deploy.yaml index 414c085..486b43c 100644 --- a/.gitea/workflows/beta-deploy.yaml +++ b/.gitea/workflows/beta-deploy.yaml @@ -9,9 +9,10 @@ jobs: Compile-Plate-Tool: runs-on: linux_arm steps: - - run: echo "Preparing to compile plate-tool" - name: Check out repo code uses: https://github.com/actions/checkout@v4 with: ref: "beta-release" - + - name: Compile plate-tool + run: | + ls -la