From f2b6d3fbd46a93c6183b337bdd739cee1ed500aa Mon Sep 17 00:00:00 2001 From: Daman Dhillon Date: Tue, 14 Feb 2023 04:50:14 +0530 Subject: [PATCH] fixed minor typo --- .github/workflows/build-deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 4cd7d85..1e135c5 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -72,9 +72,6 @@ jobs: COMMIT_AUTH0_DOMAIN : https://commitdev.auth0.com COMMIT_CLIENT_ID : ${{ secrets.COMMIT_CLIENT_ID_STAGING }} - # Rename the VSIX file to the version number - - name: Rename VSIX file - run: mv *.vsix commit-extension-${{ github.event.inputs.tag }}.vsix # Upload the VSIX file as an artifact with version number - uses: actions/upload-artifact@v3 with: @@ -105,6 +102,8 @@ jobs: ${{ github.event.inputs.description }} draft: false prerelease: false + + # Upload the VSIX file to the Github release - name: Upload Release Asset uses: actions/upload-release-asset@v1 env: