Skip to content

Commit

Permalink
Rename nuget.yml to main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gonultasmf authored Jun 9, 2024
1 parent 1c231c8 commit b63e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: dotnet restore ${{ env.PROJECT_PATH }}

- name: 'Build project'
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release
run: dotnet build ${{ env.PROJECT_PATH }} --no-restore --configuration Release

0 comments on commit b63e102

Please sign in to comment.