Skip to content

Commit 5f8a4a6

Browse files
authored
Update create_nuget_package.yml
1 parent efec626 commit 5f8a4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_nuget_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: dotnet pack --configuration Release
2222

2323
- name: Install nuget
24-
run: sudo apt get nuget
24+
run: sudo apt install nuget
2525

2626
- name: Push package
2727
run: |

0 commit comments

Comments
 (0)