[O] Use a fixed release file name

This commit is contained in:
Azalea Gui
2023-02-16 19:40:42 -05:00
parent 6844a3948c
commit c5c60842ba
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
run: |
yarn install
yarn build
tar -I zstd -cf ../MeowIndex-${VER}-nightly.tar.zst ./*
tar -I zstd -cf ../MeowIndex-nightly.tar.zst ./*
- name: Generate Prerelease Release Notes
run: |