Skip to content

Commit

Permalink
Feature/ci fix (#244)
Browse files Browse the repository at this point in the history
* Framework detection will use configured values if they are also detected

* CI Fix
  • Loading branch information
mattwhitfield authored Apr 29, 2024
1 parent a3742b1 commit b6537e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ jobs:
- run: |
./.github/workflows/AutoVersion.ps1
shell: pwsh
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v3
with:
name: Unitverse-VSIX-VS2019
path: dist/
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v3
with:
name: Unitverse-VSIX-VS2022
path: dist/
Expand All @@ -125,10 +125,10 @@ jobs:
extension-file: 'dist/UnitverseVS2022.vsix'
publish-manifest-file: 'publishManifestVS2022.json'
personal-access-code: ${{ secrets.UNITVERSE_PUBLISHER_ACCESS_TOKEN }}
- name: Publish 2019 extension to Marketplace
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
uses: cezarypiatek/[email protected]
with:
extension-file: 'dist/UnitverseVS2019.vsix'
publish-manifest-file: 'publishManifestVS2019.json'
personal-access-code: ${{ secrets.UNITVERSE_PUBLISHER_ACCESS_TOKEN }}
# - name: Publish 2019 extension to Marketplace
# if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
# uses: cezarypiatek/[email protected]
# with:
# extension-file: 'dist/UnitverseVS2019.vsix'
# publish-manifest-file: 'publishManifestVS2019.json'
# personal-access-code: ${{ secrets.UNITVERSE_PUBLISHER_ACCESS_TOKEN }}

0 comments on commit b6537e4

Please sign in to comment.