We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f996c4 commit 2a08f83Copy full SHA for 2a08f83
1 file changed
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
shell: bash
35
- runner: windows-latest
36
platform: windows-x86_64
37
- shell: msys2
+ shell: "msys2 {0}"
38
39
steps:
40
- uses: actions/checkout@v4
@@ -86,7 +86,7 @@ jobs:
86
mingw-w64-x86_64-curl
87
88
- name: Build graft
89
- shell: ${{ matrix.shell == 'msys2' && 'msys2 {0}' || 'bash' }}
+ shell: ${{ matrix.shell }}
90
run: |
91
set -euo pipefail
92
rpath='$ORIGIN'
@@ -109,7 +109,7 @@ jobs:
109
cmake --build build --parallel
110
111
- name: Package release asset
112
113
run: bash scripts/package-release.sh "${{ matrix.platform }}"
114
115
- uses: actions/upload-artifact@v4
0 commit comments