Fixed gitea actions file to use fill github paths

This commit is contained in:
2026-03-08 21:29:49 +01:00
parent e806470b11
commit 693c324eb0

View File

@@ -11,10 +11,10 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: https://github.com/actions/checkout@v4
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: https://github.com/actions/setup-go@v5
with: with:
go-version: "1.25" go-version: "1.25"
@@ -43,7 +43,7 @@ jobs:
run: make build run: make build
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: https://github.com/actions/upload-artifact@v4
with: with:
name: certman-${{ env.VERSION }}-amd64 name: certman-${{ env.VERSION }}-amd64
path: certman-${{ env.VERSION }}-amd64 path: certman-${{ env.VERSION }}-amd64