Use powershell instead of pwsh

This commit is contained in:
David H. Friedel Jr. 2026-01-04 01:10:53 -05:00
parent 7a3cb7d634
commit 488034760c

View File

@ -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