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.
1 parent 839b9ab commit 070090fCopy full SHA for 070090f
1 file changed
.github/workflows/releaseBuild.yml
@@ -90,6 +90,13 @@ jobs:
90
permissions:
91
actions: read
92
steps:
93
+ - name: Add .NET global tools location to PATH
94
+ run: echo "$HOME/.dotnet/tools" >> "$GITHUB_PATH"
95
+ shell: bash
96
+ - name: Install .NET
97
+ uses: actions/setup-dotnet@v5
98
+ with:
99
+ dotnet-version: 8.0.x
100
- name: Get release artifacts
101
uses: actions/download-artifact@v8
102
with:
0 commit comments