From 865ab76affec98fb30a8a1e3b57ef9d5af436bb0 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Sun, 8 Aug 2021 11:30:07 -0700 Subject: [PATCH] tweak pr template and fix build pipeline on windows (#864) Co-authored-by: Keith Simmons --- .github/PULL_REQUEST_TEMPLATE.yml | 16 ++++++++-------- .github/workflows/build.yml | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.yml b/.github/PULL_REQUEST_TEMPLATE.yml index fd0df9c..0b9658e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.yml +++ b/.github/PULL_REQUEST_TEMPLATE.yml @@ -1,13 +1,13 @@ ## 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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 369ee1e..f1ffa7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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