remove unused argument

This commit is contained in:
Hongtao Zhang 2025-03-16 16:14:13 -05:00
parent 8a5b699d57
commit cb47632ef5

View file

@ -52,7 +52,7 @@ jobs:
run: dotnet test --no-build --verbosity normal -c Release
- name: Perform post_build tasks
shell: pwsh
run: .\Scripts\post_build.ps1 -flowversion "${env:FlowVersion}-build.${env:BUILD_NUMBER}"
run: .\Scripts\post_build.ps1
- name: Upload Plugin Nupkg
uses: actions/upload-artifact@v4
with: