Merge pull request #62 from Cysharp/guitarrapc-patch-1

Use Cysharp/Actions/setup-dotnet default version
This commit is contained in:
hadashiA 2024-01-05 15:38:45 +09:00 committed by GitHub
commit a7397856a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -24,6 +24,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main - uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with: - run: dotnet build -c Debug
dotnet-version: 7.0.x
- run: dotnet build -c Debug

View File

@ -40,8 +40,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main - uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: 7.0.x
# pack nuget # pack nuget
- run: dotnet build -c Release -p:Version=${{ inputs.tag }} - run: dotnet build -c Release -p:Version=${{ inputs.tag }}
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish - run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
@ -61,4 +59,4 @@ jobs:
tag_name: ${{ env.GIT_TAG }} tag_name: ${{ env.GIT_TAG }}
release_name: Ver.${{ env.GIT_TAG }} release_name: Ver.${{ env.GIT_TAG }}
draft: true draft: true
prerelease: false prerelease: false