1
0
Fork 0

Update appveyor.yml

master
Philip O'Toole 1 year ago committed by GitHub
parent 379c2da508
commit ad982e399f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ build_script:
- go install -ldflags="-X %LINKER_PKG_PATH%.Branch=%APPVEYOR_REPO_BRANCH% -X %LINKER_PKG_PATH%.Commit=%APPVEYOR_REPO_COMMIT%" ./...
after_build:
- 7z a rqlite-latest-win64.zip %GOPATH%\bin\rq*.exe
- 7z a rqlite-%APPVEYOR_REPO_BRANCH%-latest-win64.zip %GOPATH%\bin\rq*.exe
artifacts:
- path: rqlite-%APPVEYOR_REPO_BRANCH%-latest-win64.zip

Loading…
Cancel
Save