Skip to content

Commit a3fda60

Browse files
author
Petr Sramek
committed
fix
1 parent 4c96b98 commit a3fda60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Restore
2929
run: dotnet restore
3030
- name: Build
31-
run: dotnet build --no-restore --framework ${{ matrix.netversion }}.0
31+
run: dotnet build --no-restore --framework net${{ matrix.netversion }}.0
3232
- name: Upload
3333
uses: actions/upload-artifact@v4
3434
with:

0 commit comments

Comments
 (0)