Update dotnet-desktop.yml

internals
Zaafar 2 years ago committed by Eric Mellino
parent 765a77af7a
commit 07a75b53f8
  1. 8
      .github/workflows/dotnet-desktop.yml

@ -15,8 +15,8 @@ jobs:
fetch-depth: 0
# create a tag via following command to execute these CI steps
# git tag -a v1.86 -m "Releasing new ImGui.NET Version"
# git push origin v1.86
# git tag -a 1.86 -m "Releasing new ImGui.NET Version"
# git push origin 1.86
- name: Bump up ImGui.NET version
if: startsWith(github.ref, 'refs/tags/')
run: |
@ -43,8 +43,8 @@ jobs:
run: dotnet build -c Release --no-restore src
# create a tag via following command to execute these CI steps
# git tag -a v1.86 -m "Releasing new ImGui.NET Version"
# git push origin v1.86
# git tag -a 1.86 -m "Releasing new ImGui.NET Version"
# git push origin 1.86
- name: Build Packages
if: startsWith(github.ref, 'refs/tags/')
run: dotnet pack src/ImGui.NET -c Release --no-restore --no-build

Loading…
Cancel
Save