Skip to content

Commit

Permalink
Merge pull request #67 from wwwDayDream/fix_ci-release
Browse files Browse the repository at this point in the history
Fix: CI-Release String Encoding
  • Loading branch information
wwwDayDream authored May 18, 2024
2 parents c8dd221 + ae9c5de commit ef3a9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: gh release upload ${{ github.event.release.tag_name }} thunderstore-build/*.zip cccc-nupkg/*.nupkg cli-build/*.zip msbuild-nupkg/*.nupkg

deploy-nuget:
if: ${{ github.event.release.prerelease == false || contains(GITHUB_REF_NAME, 'f') }}
if: ${{ github.event.release.prerelease == false || contains('$GITHUB_REF_NAME', 'f') }}
name: Deploy to NuGet
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit ef3a9d8

Please sign in to comment.