Skip to content

Commit 1ed7fc2

Browse files
authored
Update main.yml
1 parent 87f66c7 commit 1ed7fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
shell: powershell
4545
run: |
4646
New-Item -ItemType Directory -Path C:\artifacts -Force
47-
dotnet build .\SpotifyNet\SpotifyNet.csproj --nologo -r win-x64 -c Release -o ../output/SpotifyNet -p:Version=${{ needs.tag.outputs.version }}
47+
dotnet build .\SpotifyNet\SpotifyNet.csproj --nologo -r win-x64 -c Debug -o ../output/SpotifyNet -p:Version=${{ needs.tag.outputs.version }}
4848
Compress-Archive -Path ..\output\SpotifyNet\* -DestinationPath C:\artifacts\SpotifyNet.zip
4949
5050
- name: dotnet build SpotifyNet.Cover
5151
shell: powershell
5252
run: |
5353
New-Item -ItemType Directory -Path C:\artifacts -Force
54-
dotnet build .\SpotifyNet.Cover\SpotifyNet.Cover.csproj --nologo -r win-x64 -c Release -o ../output/SpotifyNet.Cover -p:Version=${{ needs.tag.outputs.version }}
54+
dotnet build .\SpotifyNet.Cover\SpotifyNet.Cover.csproj --nologo -r win-x64 -c Debug -o ../output/SpotifyNet.Cover -p:Version=${{ needs.tag.outputs.version }}
5555
Compress-Archive -Path ..\output\SpotifyNet.Cover\* -DestinationPath C:\artifacts\SpotifyNet.Cover.zip
5656
5757
- uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)