We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218b216 commit d7467cdCopy full SHA for d7467cd
.github/workflows/dotnet.yml
@@ -20,11 +20,11 @@ jobs:
20
- name: Restore dependencies
21
run: dotnet restore Source/Launchbar.sln
22
- name: Build
23
- run: dotnet build Source/Launchbar.sln --no-restore --configuration Releasee
+ run: dotnet build Source/Launchbar.sln --no-restore --configuration Release
24
- name: Test
25
run: dotnet test Source/Launchbar.sln --no-build --verbosity normal
26
- name: Publish
27
- run: dotnet publish Source/Launchbar.sln --no-build --configuration Releasee
+ run: dotnet publish Source/Launchbar.sln --no-build --configuration Release
28
- name: Upload
29
uses: actions/upload-artifact@v2
30
with:
0 commit comments