Call the executable exe
This commit is contained in:
parent
08f37e8592
commit
bc6affbce1
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ build-gpx-anomalies:
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get -qq update && apt-get --yes install zip
|
- apt-get -qq update && apt-get --yes install zip
|
||||||
script:
|
script:
|
||||||
- env GOOS=windows go build -o gpx-anomalies ./cmd/gpx-anomalies
|
- env GOOS=windows go build -o gpx-anomalies.exe ./cmd/gpx-anomalies
|
||||||
- zip gpx-anomalies.zip gpx-anomalies
|
- zip gpx-anomalies.zip gpx-anomalies.exe
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- gpx-anomalies.zip
|
- gpx-anomalies.zip
|
||||||
|
|
Loading…
Reference in a new issue