Skip to content

Commit

Permalink
Remove unused parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcant0n committed Sep 3, 2024
1 parent 8b3addd commit a48b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: build_nugets
shell: pwsh
run: |
./Generate-NuGets.ps1 -Version ${{ github.run_number }} -outputfolder ${{ env.nugetOutputPath }} -debugSymbols false
./Generate-NuGets.ps1 -Version ${{ github.run_number }} -outputfolder ${{ env.nugetOutputPath }}
- name: Publish NuGet
if: ${{ success() && github.event.inputs.publishEnabled == 'true' }}
env:
Expand Down

0 comments on commit a48b205

Please sign in to comment.