Skip to content

Commit

Permalink
misc: fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Oct 7, 2024
1 parent da4fdc2 commit def62c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,15 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Shoko.TrayService_Standalone_win-x64
path: ${{ github.workspace }}\\Shoko.TrayService_Standalone_win-x64
path: ShokoServer

- name: Upload daily archive to site
shell: pwsh
env:
FTP_USERNAME: ${{ secrets.FTP_USERNAME }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
FTP_SERVER: ${{ secrets.FTP_SERVER }}
run : Compress-Archive .\\Shoko.TrayService_Standalone_win-x64 .\\ShokoServer.zip && .\\.github\\workflows\\UploadArchive.ps1
run : Compress-Archive .\\ShokoServer .\\ShokoServer.zip && .\\.github\\workflows\\UploadArchive.ps1

discord-notify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit def62c7

Please sign in to comment.