diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30a4200..175c7e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,14 +113,14 @@ jobs: NPM_TAG: ${{ github.event.release.prerelease && 'next' || 'latest' }} run: | platform_packages=( - pkg/microsoft-inshellisense-darwin-arm64-*.tgz - pkg/microsoft-inshellisense-darwin-x64-*.tgz - pkg/microsoft-inshellisense-linux-arm64-*.tgz - pkg/microsoft-inshellisense-linux-x64-*.tgz - pkg/microsoft-inshellisense-win32-arm64-*.tgz - pkg/microsoft-inshellisense-win32-x64-*.tgz + ./pkg/microsoft-inshellisense-darwin-arm64-*.tgz + ./pkg/microsoft-inshellisense-darwin-x64-*.tgz + ./pkg/microsoft-inshellisense-linux-arm64-*.tgz + ./pkg/microsoft-inshellisense-linux-x64-*.tgz + ./pkg/microsoft-inshellisense-win32-arm64-*.tgz + ./pkg/microsoft-inshellisense-win32-x64-*.tgz ) - base_package=(pkg/microsoft-inshellisense-${{ needs.validate.outputs.version }}.tgz) + base_package=(./pkg/microsoft-inshellisense-${{ needs.validate.outputs.version }}.tgz) for package in "${platform_packages[@]}" "${base_package[@]}"; do if [[ ! -f "$package" ]]; then