Skip to content

Commit

Permalink
More changes for CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Oct 8, 2024
1 parent 8e0d9a0 commit 18227cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: windows-latest
needs: build
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.build.outputs.name }}.vsix
- name: Create Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: runner.os == 'Windows'
run: |
npx vsce package --pre-release -o ${{ steps.set-version.outputs.name }}.vsix --githubBranch prerelease
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4.4.2
if: (runner.os == 'Windows') && (github.event_name != 'release')
with:
name: ${{ steps.set-version.outputs.name }}.vsix
Expand All @@ -95,7 +95,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ needs.build.outputs.version }}
release_name: v${{ needs.build.outputs.version }}
name: v${{ needs.build.outputs.version }}
prerelease: ${{ github.event_name != 'release' }}
token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ needs.build.outputs.name }}.vsix
Expand Down

0 comments on commit 18227cb

Please sign in to comment.