Skip to content

Commit

Permalink
Fix vsixPath
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Oct 21, 2024
1 parent a830f9f commit d3cb379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
pull_request:

env:
version: '1.5.${{ github.run_number }}'
version: '1.6.${{ github.run_number }}'
repoUrl: ${{ github.server_url }}/${{ github.repository }}
vsixPath: ${{ github.workspace }}/NuGetMonitor/src/bin/release/net48/win/NuGetMonitor.vsix
vsixPath: ${{ github.workspace }}/NuGetMonitor/src/NuGetMonitor/bin/release/net48/win/NuGetMonitor.vsix

jobs:
build:
Expand Down

0 comments on commit d3cb379

Please sign in to comment.