We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32d6fe commit d53dda5Copy full SHA for d53dda5
.github/workflows/publish.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Set up Go
79
uses: actions/setup-go@v5
80
with:
81
- check-latest: true
+ go-version-file: 'go.mod'
82
cache: true
83
84
- name: Build
@@ -94,5 +94,5 @@ jobs:
94
uses: shogo82148/actions-upload-release-asset@v1
95
96
upload_url: ${{ github.event.release.upload_url }}
97
- asset_path: app
+ asset_path: container-mon
98
asset_name: container-mon-${{ steps.artifact_vars.outputs.os_lower }}-${{ steps.artifact_vars.outputs.arch_lower }}
0 commit comments