We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e587399 + 51d3a29 commit 9edaf90Copy full SHA for 9edaf90
.github/workflows/main.yml
@@ -97,7 +97,7 @@ jobs:
97
github_token: ${{ secrets.GITHUB_TOKEN }}
98
tests_fail_step: true
99
100
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
101
if: ${{ always() }}
102
with:
103
name: test logs
@@ -106,7 +106,7 @@ jobs:
106
- name: Pack
107
run: nuget pack .\PowerShellWixExtension.nuspec -Version "$env:NBGV_NuGetPackageVersion" -Properties "Configuration=$env:Configuration;releasenotes=$env:Release_body"
108
109
110
111
name: nupkg
112
path: ${{ github.workspace }}\PowerShellWixExtension.${{ env.NBGV_NuGetPackageVersion }}.nupkg
0 commit comments