diff --git a/.gitea/workflows/BuildRelease.yaml b/.gitea/workflows/BuildRelease.yaml index c2586c4..0dc9169 100644 --- a/.gitea/workflows/BuildRelease.yaml +++ b/.gitea/workflows/BuildRelease.yaml @@ -8,6 +8,9 @@ on: jobs: Windows-AMD64-Build: runs-on: windows-x86_64 + defaults: + run: + shell: powershell steps: - name: Check out repository code uses: actions/checkout@v3