Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onepiecefreak3 authored Oct 27, 2024
1 parent c850816 commit 8bf9e7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: nuget/setup-nuget@v1

# Setup the build
- name: Wait for other release builds
Expand All @@ -23,6 +25,8 @@ jobs:
with:
dotnet-version: 8.0.303

- name: Checkout imGui.Forms

- name: Build ImGui.Forms
run: |
dotnet pack --configuration Release --output nuget
Expand Down

0 comments on commit 8bf9e7d

Please sign in to comment.