Skip to content

Commit d75b6a9

Browse files
author
Petr Sramek
committed
fix
1 parent 2c6399b commit d75b6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install .NET ${{ env.DOTNET_VERSION }}
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: $DOTNET_VERSION
23+
dotnet-version: ${{ env.DOTNET_VERSION }}
2424
- name: Build
2525
run: dotnet build ./src/**/*.csproj --configuration Release /p:Platform=AnyCPU
2626
- name: Upload
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install .NET ${{ env.DOTNET_VERSION }}
6060
uses: actions/setup-dotnet@v4
6161
with:
62-
dotnet-version: $DOTNET_VERSION
62+
dotnet-version: ${{ env.DOTNET_VERSION }}
6363
- name: Download
6464
uses: actions/download-artifact@v4
6565
with:

0 commit comments

Comments
 (0)