Skip to content

Commit

Permalink
Merge pull request #38 from Cysharp/guitarrapc-patch-1
Browse files Browse the repository at this point in the history
Use Cysharp/Actions/setup-dotnet default version
  • Loading branch information
neuecc authored Feb 2, 2024
2 parents 61f073b + 8fff3f3 commit 70df6da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: |
5.0.x
6.0.x
- run: dotnet build -c Debug
4 changes: 0 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: |
5.0.x
6.0.x
# pack nuget
- run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
- run: dotnet pack -c Release --no-build -p:Version=${{ env.GIT_TAG }} -o ./publish
Expand Down

0 comments on commit 70df6da

Please sign in to comment.