We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f83c7 commit e79d00dCopy full SHA for e79d00d
.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}\IntelliTect.ListingManagerPack --no-build
54
- name: Upload Artifacts
55
if: startsWith(github.ref, 'refs/tags/v')
56
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
57
with:
58
name: NuGet
59
path: ${{github.workspace}}/IntelliTect.ListingManagerPack
0 commit comments