mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
Merge pull request #20414 from dundargoc/ci/release/matrix
ci(release): remove unnecessary matrix strategy
This commit is contained in:
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@@ -131,12 +131,7 @@ jobs:
|
|||||||
DEPS_BUILD_DIR: ${{ format('{0}/nvim-deps', github.workspace) }}
|
DEPS_BUILD_DIR: ${{ format('{0}/nvim-deps', github.workspace) }}
|
||||||
DEPS_PREFIX: ${{ format('{0}/nvim-deps/usr', github.workspace) }}
|
DEPS_PREFIX: ${{ format('{0}/nvim-deps/usr', github.workspace) }}
|
||||||
CMAKE_BUILD_TYPE: "RelWithDebInfo"
|
CMAKE_BUILD_TYPE: "RelWithDebInfo"
|
||||||
strategy:
|
name: windows (MSVC_64)
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- config: MSVC_64
|
|
||||||
archive: nvim-win64
|
|
||||||
name: windows (${{ matrix.config }})
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
@@ -147,10 +142,10 @@ jobs:
|
|||||||
run: .\ci\build.ps1 -Package
|
run: .\ci\build.ps1 -Package
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.archive }}
|
name: nvim-win64
|
||||||
path: |
|
path: |
|
||||||
build/${{ matrix.archive }}.msi
|
build/nvim-win64.msi
|
||||||
build/${{ matrix.archive }}.zip
|
build/nvim-win64.zip
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
Reference in New Issue
Block a user