Skip to content

Commit d53dda5

Browse files
committed
Fix artifact upload path
1 parent e32d6fe commit d53dda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Go
7979
uses: actions/setup-go@v5
8080
with:
81-
check-latest: true
81+
go-version-file: 'go.mod'
8282
cache: true
8383

8484
- name: Build
@@ -94,5 +94,5 @@ jobs:
9494
uses: shogo82148/actions-upload-release-asset@v1
9595
with:
9696
upload_url: ${{ github.event.release.upload_url }}
97-
asset_path: app
97+
asset_path: container-mon
9898
asset_name: container-mon-${{ steps.artifact_vars.outputs.os_lower }}-${{ steps.artifact_vars.outputs.arch_lower }}

0 commit comments

Comments
 (0)