mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 06:56:27 +00:00
Update build-release.yml
This commit is contained in:
parent
2c57dced0f
commit
7d85e79af7
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user