Skip to content

Commit

Permalink
Don't upload
Browse files Browse the repository at this point in the history
  • Loading branch information
studyzy committed Jul 10, 2018
1 parent 1e75a38 commit 923ee9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ build_script:
- go run build\ci.go install

after_build:
- go run build\ci.go archive -type zip -signer WINDOWS_SIGNING_KEY -upload ""
- go run build\ci.go nsis -signer WINDOWS_SIGNING_KEY -upload ""
- go run build\ci.go archive -type zip -signer WINDOWS_SIGNING_KEY
- go run build\ci.go nsis -signer WINDOWS_SIGNING_KEY

test_script:
- set CGO_ENABLED=1
Expand Down
10 changes: 5 additions & 5 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,11 @@ func doArchive(cmdline []string) {
if err := build.WriteArchive(alltools, allToolsArchiveFiles); err != nil {
log.Fatal(err)
}
for _, archive := range []string{gptn, alltools} {
if err := archiveUpload(archive, *upload, *signer); err != nil {
log.Fatal(err)
}
}
// for _, archive := range []string{gptn, alltools} {
// if err := archiveUpload(archive, *upload, *signer); err != nil {
// log.Fatal(err)
// }
// }
}

func archiveBasename(arch string, env build.Environment) string {
Expand Down

0 comments on commit 923ee9c

Please sign in to comment.