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 2c6399b commit d75b6a9Copy full SHA for d75b6a9
.github/workflows/dotnet.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install .NET ${{ env.DOTNET_VERSION }}
21
uses: actions/setup-dotnet@v4
22
with:
23
- dotnet-version: $DOTNET_VERSION
+ dotnet-version: ${{ env.DOTNET_VERSION }}
24
- name: Build
25
run: dotnet build ./src/**/*.csproj --configuration Release /p:Platform=AnyCPU
26
- name: Upload
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
- name: Download
64
uses: actions/download-artifact@v4
65
0 commit comments