Skip to content

Commit a88587e

Browse files
authored
Update go.yml
Signed-off-by: trodsre <[email protected]>
1 parent 5c0db4b commit a88587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
5656
upload_url: ${{ steps.create_release.outputs.upload_url }}
57-
asset_path: ./github.com/prometheus-community/postgres_exporter/cmd/postgres_exporter
57+
asset_path: /go/src/app/postgres_exporter
5858
# Vous devez également spécifier le type de contenu (Content-Type) de l'asset.
5959
# Pour un binaire, vous pouvez généralement utiliser application/octet-stream.
6060
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)