Skip to content

Commit d7467cd

Browse files
authored
Fix Release typo
1 parent 218b216 commit d7467cd

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,11 +20,11 @@ jobs:
2020
- name: Restore dependencies
2121
run: dotnet restore Source/Launchbar.sln
2222
- name: Build
23-
run: dotnet build Source/Launchbar.sln --no-restore --configuration Releasee
23+
run: dotnet build Source/Launchbar.sln --no-restore --configuration Release
2424
- name: Test
2525
run: dotnet test Source/Launchbar.sln --no-build --verbosity normal
2626
- name: Publish
27-
run: dotnet publish Source/Launchbar.sln --no-build --configuration Releasee
27+
run: dotnet publish Source/Launchbar.sln --no-build --configuration Release
2828
- name: Upload
2929
uses: actions/upload-artifact@v2
3030
with:

0 commit comments

Comments
 (0)