Use powershell instead of pwsh
This commit is contained in:
parent
7a3cb7d634
commit
488034760c
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Create ZIP archive
|
||||
run: Compress-Archive -Path ./publish/* -DestinationPath ./MonitorControl-${{ gitea.ref_name }}.zip
|
||||
shell: pwsh
|
||||
shell: powershell
|
||||
|
||||
- name: Create Release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
|
||||
Loading…
Reference in New Issue
Block a user