Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlubb14 authored Jul 31, 2020
1 parent 87f66c7 commit 1ed7fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
shell: powershell
run: |
New-Item -ItemType Directory -Path C:\artifacts -Force
dotnet build .\SpotifyNet\SpotifyNet.csproj --nologo -r win-x64 -c Release -o ../output/SpotifyNet -p:Version=${{ needs.tag.outputs.version }}
dotnet build .\SpotifyNet\SpotifyNet.csproj --nologo -r win-x64 -c Debug -o ../output/SpotifyNet -p:Version=${{ needs.tag.outputs.version }}
Compress-Archive -Path ..\output\SpotifyNet\* -DestinationPath C:\artifacts\SpotifyNet.zip
- name: dotnet build SpotifyNet.Cover
shell: powershell
run: |
New-Item -ItemType Directory -Path C:\artifacts -Force
dotnet build .\SpotifyNet.Cover\SpotifyNet.Cover.csproj --nologo -r win-x64 -c Release -o ../output/SpotifyNet.Cover -p:Version=${{ needs.tag.outputs.version }}
dotnet build .\SpotifyNet.Cover\SpotifyNet.Cover.csproj --nologo -r win-x64 -c Debug -o ../output/SpotifyNet.Cover -p:Version=${{ needs.tag.outputs.version }}
Compress-Archive -Path ..\output\SpotifyNet.Cover\* -DestinationPath C:\artifacts\SpotifyNet.Cover.zip
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 1ed7fc2

Please sign in to comment.