Skip to content

Commit

Permalink
feat: Update workflow to use build-test.yml
Browse files Browse the repository at this point in the history
The nuget-push.yml workflow has been updated to use the build-test.yml file instead of the build.yml file. This change ensures that the correct workflow is used for building and testing the code before publishing the NuGet package.
  • Loading branch information
SakuraIsayeki committed Aug 15, 2023
1 parent 06a5129 commit cdf7faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
build-test:
uses: ./.github/workflows/build.yml
uses: ./.github/workflows/build-test.yml

publish-nuget:
name: Publish NuGet package
Expand Down

0 comments on commit cdf7faa

Please sign in to comment.