From 97a53929093405949c78073e0181f58606da798f Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 8 Jul 2024 23:13:05 +0200 Subject: [PATCH] Fixed build after gitea update --- .gitea/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b2293b8..7114048 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: build + name: automation path: target/x86_64-unknown-linux-gnu/release/automation container: @@ -41,12 +41,12 @@ jobs: - name: Download artifact uses: actions/download-artifact@v3 with: - name: build + name: automation - name: Set permissions run: | - chown 65532:65532 ./build/* - chmod 0755 ./build/* + chown 65532:65532 ./automation + chmod 0755 ./automation - name: Docker meta id: meta