We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afa0a1 commit 1b55d21Copy full SHA for 1b55d21
1 file changed
.github/workflows/go.yml
@@ -28,6 +28,7 @@ jobs:
28
GOARCH: amd64
29
GOOS: linux
30
run: |
31
+ mkdir ${{github.workspace}}/bin/
32
go build -v -o ${{github.workspace}}/bin ./...&& mv ${{github.workspace}}/bin/SystaComfortPrometheusExporter ${{github.workspace}}/bin/SystaComfortPrometheusExporter_Linux_amd64
33
34
- name: Upload Linux amd64
0 commit comments