Skip to content

Commit

Permalink
misc: switch to powershell core & misc cleanup of github action
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Oct 10, 2023
1 parent 6f4e88e commit f00f3a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

name: Shoko Desktop daily build
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

steps:
- uses: actions/checkout@master
Expand All @@ -37,11 +37,13 @@ jobs:
with:
name: ShokoDesktop
path: Shoko.Desktop\bin\Release

- name: Archive Release
shell: powershell
run: Compress-Archive .\\Shoko.Desktop\\bin\\Release .\\ShokoDesktop.zip

- name: Upload Daily to shokoanime.com
shell: powershell
shell: pswh
env:
FTP_USERNAME: ${{ secrets.FTP_USERNAME }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
Expand Down

0 comments on commit f00f3a3

Please sign in to comment.