Skip to content

Commit

Permalink
Fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul committed Aug 10, 2021
1 parent 7f7ac6e commit 4919c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: Shoko.TrayService
path: Shoko.Server/bin/Release/net5.0-windows/publish/
path: Shoko.Server/bin/Release/net5.0-windows/win10-x64/publish/
- name: Archive Release
shell: powershell
run: Compress-Archive .\\Shoko.Server\\bin\\Release\\net5.0-windows\\publish .\\ShokoServer.zip
run: Compress-Archive .\\Shoko.Server\\bin\\Release\\net5.0-windows\\win10-x64\\publish .\\ShokoServer.zip
- name: Upload Daily to shokoanime.com
shell: powershell
env:
Expand Down

0 comments on commit 4919c75

Please sign in to comment.