mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 22:46:26 +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:
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user