Skip to content

Commit 1b55d21

Browse files
authored
Action: add the creation of bin directory
1 parent 9afa0a1 commit 1b55d21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
GOARCH: amd64
2929
GOOS: linux
3030
run: |
31+
mkdir ${{github.workspace}}/bin/
3132
go build -v -o ${{github.workspace}}/bin ./...&& mv ${{github.workspace}}/bin/SystaComfortPrometheusExporter ${{github.workspace}}/bin/SystaComfortPrometheusExporter_Linux_amd64
3233
3334
- name: Upload Linux amd64

0 commit comments

Comments
 (0)