FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Avoiding calling 'mv' when renaming the VSIX when it's unnecessary (#… · Barada01/pythonVSCode@eff27a1 · GitHub

Commit eff27a1

Browse files
authored
Avoiding calling 'mv' when renaming the VSIX when it's unnecessary (#13631)
1 parent 01fc17d commit eff27a1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/insiders.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
id: build-vsix
5353

5454
- name: Rename VSIX
55+
if: steps.build-vsix.outputs.path != env.VSIX_NAME
5556
run: mv ${{ steps.build-vsix.outputs.path }} ${{ env.VSIX_NAME }}
5657

5758
- uses: actions/upload-artifact@v2

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
id: build-vsix
5454

5555
- name: Rename VSIX
56+
if: steps.build-vsix.outputs.path != env.VSIX_NAME
5657
run: mv ${{ steps.build-vsix.outputs.path }} ${{ env.VSIX_NAME }}
5758

5859
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL