Fixed gitea actions file to use fill github paths
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user