Fix Windows build download link (#32)

* fix windows download

* update test.yml: add version matrix

* update dist
This commit is contained in:
Rimo
2022-09-29 03:01:00 +08:00
committed by GitHub
parent 1d32a34314
commit 121c208740
7 changed files with 30 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ describe('installer tests', () => {
await io.rmRF(TEMP_DIR)
})
const versions = ['1.7.14']
const versions = ['1.7.0', '1.7.14']
it.each(versions)('install ossutil %s', async version => {
await installer.installOssutil(version)