Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjavier2k authored Oct 21, 2020
1 parent 3bcd605 commit facfdb4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
CGO_ENABLED: "0"
EXECUTABLE_NAME: "redfish_exporter"
EXECUTABLE_PATH: "./build/redfish_exporter"
PACKAGE: "./main.go"
PACKAGE: "."
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
Expand All @@ -30,7 +30,7 @@ jobs:
CGO_ENABLED: "0"
EXECUTABLE_NAME: "redfish_exporter"
EXECUTABLE_PATH: "./build/redfish_exporter"
PACKAGE: "./main.go"
PACKAGE: "."
release-darwin-386:
name: release darwin/386
runs-on: ubuntu-latest
Expand All @@ -45,7 +45,7 @@ jobs:
CGO_ENABLED: "0"
EXECUTABLE_NAME: "redfish_exporter"
EXECUTABLE_PATH: "./build/redfish_exporter"
PACKAGE: "./main.go"
PACKAGE: "."
release-darwin-amd64:
name: release darwin/amd64
runs-on: ubuntu-latest
Expand All @@ -60,7 +60,7 @@ jobs:
CGO_ENABLED: "0"
EXECUTABLE_NAME: "redfish_exporter"
EXECUTABLE_PATH: "./build/redfish_exporter"
PACKAGE: "./main.go"
PACKAGE: "."
release-windows-386:
name: release windows/386
runs-on: ubuntu-latest
Expand All @@ -75,7 +75,7 @@ jobs:
CGO_ENABLED: "0"
EXECUTABLE_NAME: "redfish_exporter"
EXECUTABLE_PATH: "./build/redfish_exporter"
PACKAGE: "./main.go"
PACKAGE: "."
release-windows-amd64:
name: release windows/amd64
runs-on: ubuntu-latest
Expand All @@ -90,4 +90,4 @@ jobs:
CGO_ENABLED: "0"
EXECUTABLE_NAME: "redfish_exporter"
EXECUTABLE_PATH: "./build/redfish_exporter"
PACKAGE: "./main.go"
PACKAGE: "."

0 comments on commit facfdb4

Please sign in to comment.