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 8a5b699 commit cb47632Copy full SHA for cb47632
.github/workflows/dotnet.yml
@@ -52,7 +52,7 @@ jobs:
52
run: dotnet test --no-build --verbosity normal -c Release
53
- name: Perform post_build tasks
54
shell: pwsh
55
- run: .\Scripts\post_build.ps1 -flowversion "${env:FlowVersion}-build.${env:BUILD_NUMBER}"
+ run: .\Scripts\post_build.ps1
56
- name: Upload Plugin Nupkg
57
uses: actions/upload-artifact@v4
58
with:
0 commit comments