Skip to content

Commit 600b15c

Browse files
committed
removed the latest build
1 parent a219594 commit 600b15c

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,3 @@ build_binary_with_release_tag:
1515
script:
1616
- go build -o goverwatch_$CI_COMMIT_TAG.exe main.go
1717
- curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_'$CI_COMMIT_TAG'.exe' --form 'key='$API_KEY
18-
19-
20-
build_binary_without_release_tag:
21-
stage: build
22-
image: golang:buster
23-
before_script:
24-
- apt update && apt upgrade -y
25-
- apt install libpcap-dev curl gcc-mingw-w64-x86-64 file -y
26-
- go get
27-
- export GOOS=windows
28-
- export GOARCH=amd64
29-
script:
30-
- go build -o goverwatch_latest.exe main.go
31-
- curl --location --request GET 'https://cdn.aptinstall.de/delete?key='$API_KEY'&filename=goverwatch_latest.exe'
32-
- curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_latest.exe' --form 'key='$API_KEY
33-
- file goverwatch_latest.exe
34-
only:
35-
- master

Readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Also you need to install [npcap](https://nmap.org/npcap/windows-10.html) which i
1010
Alternatively clone this repo and compile it yourself
1111
```go build -o goverwatch.exe main.go```
1212

13-
Latest build: https://cdn.aptinstall.de/download/goverwatch_latest.exe
14-
1513
## Usage
1614
Start GOverwatch, after finding the Demo it will prompt you and ask in which round your overwatch case started at.
1715

0 commit comments

Comments
 (0)