Skip to content

Commit

Permalink
Fix appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn1m committed Dec 27, 2021
1 parent 06c330e commit 595bd22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
image:
- Ubuntu
- macOS
stack: go 1.16.10
stack: go 1.15.15

for:
-
matrix:
only:
- image: macOS

environment:
GOPATH: /tmp/
clone_folder: /tmp/go/src/github.com/shawn1m/overture
Expand Down Expand Up @@ -56,7 +56,6 @@ deploy:
provider: GitHub
auth_token:
secure: bkFCV3S/fgcuuZevFwUJicGIhL1s5aUM8ML2Tc1IHL9/CTWY5hi//KBqM+83knPM
artifact: 'overture-*.zip'
draft: false
prerelease: true
on:
Expand Down

0 comments on commit 595bd22

Please sign in to comment.