From 693c324eb080dd7bed90c61162ba0b25311a878d Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Sun, 8 Mar 2026 21:29:49 +0100 Subject: [PATCH] Fixed gitea actions file to use fill github paths --- .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 8101b77..65a4e12 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://github.com/actions/checkout@v4 - name: Setup Go - uses: actions/setup-go@v5 + uses: https://github.com/actions/setup-go@v5 with: go-version: "1.25" @@ -43,7 +43,7 @@ jobs: run: make build - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v4 with: name: certman-${{ env.VERSION }}-amd64 path: certman-${{ env.VERSION }}-amd64