aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2022-09-30 16:39:57 +0200
committerdundargoc <gocdundar@gmail.com>2022-09-30 16:40:44 +0200
commit63aea857a905b70099fa34f0819765e9c3ce42fc (patch)
tree59ea72087fb3cba3ad8c5d0a6a92ce6013b0c74c
parentad6af3c1a96f9fae0881c3dcb1f1989531a1073e (diff)
downloadrneovim-63aea857a905b70099fa34f0819765e9c3ce42fc.tar.gz
rneovim-63aea857a905b70099fa34f0819765e9c3ce42fc.tar.bz2
rneovim-63aea857a905b70099fa34f0819765e9c3ce42fc.zip
ci(release): remove unnecessary matrix strategy
We only have one Windows release job, so the matrix setup isn't needed.
-rw-r--r--.github/workflows/release.yml13
1 files changed, 4 insertions, 9 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5fc40a2471..86067a34d2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -131,12 +131,7 @@ jobs:
DEPS_BUILD_DIR: ${{ format('{0}/nvim-deps', github.workspace) }}
DEPS_PREFIX: ${{ format('{0}/nvim-deps/usr', github.workspace) }}
CMAKE_BUILD_TYPE: "RelWithDebInfo"
- strategy:
- matrix:
- include:
- - config: MSVC_64
- archive: nvim-win64
- name: windows (${{ matrix.config }})
+ name: windows (MSVC_64)
steps:
- uses: actions/checkout@v3
with:
@@ -147,10 +142,10 @@ jobs:
run: .\ci\build.ps1 -Package
- uses: actions/upload-artifact@v3
with:
- name: ${{ matrix.archive }}
+ name: nvim-win64
path: |
- build/${{ matrix.archive }}.msi
- build/${{ matrix.archive }}.zip
+ build/nvim-win64.msi
+ build/nvim-win64.zip
retention-days: 1
publish: