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