tweak pr template and fix build pipeline on windows (#864)

Co-authored-by: Keith Simmons <keithsim@microsoft.com>
macos-click-through
Keith Simmons 3 years ago committed by GitHub
parent 132f993699
commit 865ab76aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,13 +1,13 @@
<!-- Please note that we accept pull requests from anyone, but that does not mean it will be merged. -->
## What kind of change does this PR introduce?
- [ ] Fix
- [ ] Feature
- [ ] Codestyle
- [ ] Refactor
- [ ] Other
- Fix
- Feature
- Codestyle
- Refactor
- Other
## Did this PR introduce a breaking change?
## Did this PR introduce a breaking change?
_A breaking change includes anything that breaks backwards compatibility either at compile or run time._
- [ ] Yes, please list breaking changes
- [ ] No
- Yes, please list breaking changes
- No

@ -51,6 +51,7 @@ jobs:
- name: Archive Windows artifact
run: |
powershell rm ./target/release/neovide.zip
powershell Compress-Archive ./target/release/neovide.exe ./target/release/neovide.zip
- uses: actions/upload-artifact@v1

Loading…
Cancel
Save