Skip to content

Commit

Permalink
Merge pull request #1107 from LykosAI/main
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
mohnjiles authored Jan 14, 2025
2 parents c2ec248 + bd78699 commit f7c5f1e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ jobs:
- name: Set up .NET 9
uses: actions/setup-dotnet@v3
with:
dotnet-version: '9.0.x'
# Net 8 needed for PupNet
dotnet-version: |
8.0.x
9.0.x
- name: Install PupNet
run: |
Expand Down Expand Up @@ -394,7 +397,7 @@ jobs:
publish-auto-update-github:
name: Publish Auto-Update Release (GitHub)
needs: [ release-linux, release-windows, release-macos ]
needs: [ release-linux, release-windows, release-macos, publish-release ]
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.auto-update-release == 'true' && github.event.inputs.auto-update-release-mode == 'github url' }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f7c5f1e

Please # to comment.