We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2ec248 + bd78699 commit f7c5f1eCopy full SHA for f7c5f1e
.github/workflows/release.yml
@@ -79,7 +79,10 @@ jobs:
79
- name: Set up .NET 9
80
uses: actions/setup-dotnet@v3
81
with:
82
- dotnet-version: '9.0.x'
+ # Net 8 needed for PupNet
83
+ dotnet-version: |
84
+ 8.0.x
85
+ 9.0.x
86
87
- name: Install PupNet
88
run: |
@@ -394,7 +397,7 @@ jobs:
394
397
395
398
publish-auto-update-github:
396
399
name: Publish Auto-Update Release (GitHub)
- needs: [ release-linux, release-windows, release-macos ]
400
+ needs: [ release-linux, release-windows, release-macos, publish-release ]
401
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.auto-update-release == 'true' && github.event.inputs.auto-update-release-mode == 'github url' }}
402
runs-on: ubuntu-latest
403
steps:
0 commit comments