diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0030936d..abfaed85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -481,8 +481,8 @@ jobs: # Package - name: Package - shell: ${{ runner.os == 'Windows' && 'cmd' || 'bash' }} run: ${{ matrix.package_cmd }} + shell: bash # Create release with artifacts (will create release if it doesn't exist) - name: Upload to Release