Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 authored May 30, 2024
1 parent 0a5e6bb commit ecf0995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
verbosity: 'Info' # The verbosity level of the log messages. Values: Verbose, Info, Warning, Error, Off
tag: '${{ github.run_number }}_${{ github.run_id }}'
- name: publish nuget
if: matrix.os == 'windows-latest' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if: matrix.os == 'windows-latest'
id: publish_nuget
uses: brandedoutcast/publish-nuget@v2.5.5
with:
Expand Down

0 comments on commit ecf0995

Please sign in to comment.