| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 01fc17d commit eff27a1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,6 +52,7 @@ jobs: | |||
| 52 | 52 | id: build-vsix | |
| 53 | 53 | ||
| 54 | 54 | - name: Rename VSIX | |
| 55 | + if: steps.build-vsix.outputs.path != env.VSIX_NAME | ||
| 55 | 56 | run: mv ${{ steps.build-vsix.outputs.path }} ${{ env.VSIX_NAME }} | |
| 56 | 57 | ||
| 57 | 58 | - uses: actions/upload-artifact@v2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,6 +53,7 @@ jobs: | |||
| 53 | 53 | id: build-vsix | |
| 54 | 54 | ||
| 55 | 55 | - name: Rename VSIX | |
| 56 | + if: steps.build-vsix.outputs.path != env.VSIX_NAME | ||
| 56 | 57 | run: mv ${{ steps.build-vsix.outputs.path }} ${{ env.VSIX_NAME }} | |
| 57 | 58 | ||
| 58 | 59 | - uses: actions/upload-artifact@v2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments