aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/notes.md
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-11-06 15:38:46 -0400
committerJames McCoy <jamessan@jamessan.com>2021-11-14 08:51:39 -0500
commit7bd6f12b3edd5c42956034b2f1c8a9ea14b9bcdc (patch)
tree1f6281672127db19e2fb44961aab2c520ea1c741 /.github/workflows/notes.md
parent27f8b04f1791c29825bbe4b10e4a8db9472ecaee (diff)
downloadrneovim-7bd6f12b3edd5c42956034b2f1c8a9ea14b9bcdc.tar.gz
rneovim-7bd6f12b3edd5c42956034b2f1c8a9ea14b9bcdc.tar.bz2
rneovim-7bd6f12b3edd5c42956034b2f1c8a9ea14b9bcdc.zip
ci!: remove win32 builds/releases
Diffstat (limited to '.github/workflows/notes.md')
-rw-r--r--.github/workflows/notes.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/notes.md b/.github/workflows/notes.md
index 20f998ff32..9928d472b3 100644
--- a/.github/workflows/notes.md
+++ b/.github/workflows/notes.md
@@ -6,7 +6,7 @@ ${NVIM_VERSION}
### Windows
-1. Extract **nvim-win64.zip** (or **nvim-win32.zip**)
+1. Extract **nvim-win64.zip**
2. Run `nvim-qt.exe`
### macOS
@@ -37,5 +37,4 @@ ${SHA_APP_IMAGE}
${SHA_APP_IMAGE_ZSYNC}
${SHA_MACOS}
${SHA_WIN_64}
-${SHA_WIN_32}
```