mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 06:56:27 +00:00
Merge pull request #62 from Cysharp/guitarrapc-patch-1
Use Cysharp/Actions/setup-dotnet default version
This commit is contained in:
commit
a7397856a8
4
.github/workflows/build-debug.yml
vendored
4
.github/workflows/build-debug.yml
vendored
@ -24,6 +24,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
- run: dotnet build -c Debug
|
||||
- run: dotnet build -c Debug
|
||||
|
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
@ -40,8 +40,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
# pack nuget
|
||||
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
|
||||
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
|
||||
@ -61,4 +59,4 @@ jobs:
|
||||
tag_name: ${{ env.GIT_TAG }}
|
||||
release_name: Ver.${{ env.GIT_TAG }}
|
||||
draft: true
|
||||
prerelease: false
|
||||
prerelease: false
|
||||
|
Loading…
Reference in New Issue
Block a user