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.
1 parent 6bfb7c1 commit ca072c2Copy full SHA for ca072c2
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}/IntelliTect.SelenatePack --no-build
45
- name: Upload Artifacts
46
if: startsWith(github.ref, 'refs/tags/v')
47
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
48
with:
49
name: NuGet
50
path: ${{github.workspace}}/IntelliTect.SelenatePack
0 commit comments