Skip to content

Commit

Permalink
removed the latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
flopana committed Sep 26, 2020
1 parent a219594 commit 600b15c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,3 @@ build_binary_with_release_tag:
script:
- go build -o goverwatch_$CI_COMMIT_TAG.exe main.go
- curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_'$CI_COMMIT_TAG'.exe' --form 'key='$API_KEY


build_binary_without_release_tag:
stage: build
image: golang:buster
before_script:
- apt update && apt upgrade -y
- apt install libpcap-dev curl gcc-mingw-w64-x86-64 file -y
- go get
- export GOOS=windows
- export GOARCH=amd64
script:
- go build -o goverwatch_latest.exe main.go
- curl --location --request GET 'https://cdn.aptinstall.de/delete?key='$API_KEY'&filename=goverwatch_latest.exe'
- curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_latest.exe' --form 'key='$API_KEY
- file goverwatch_latest.exe
only:
- master
2 changes: 0 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Also you need to install [npcap](https://nmap.org/npcap/windows-10.html) which i
Alternatively clone this repo and compile it yourself
```go build -o goverwatch.exe main.go```

Latest build: https://cdn.aptinstall.de/download/goverwatch_latest.exe

## Usage
Start GOverwatch, after finding the Demo it will prompt you and ask in which round your overwatch case started at.

Expand Down

0 comments on commit 600b15c

Please sign in to comment.