We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0b20b commit 11e1f28Copy full SHA for 11e1f28
1 file changed
.github/workflows/ci.yml
@@ -109,8 +109,8 @@ jobs:
109
shell: powershell
110
111
- name: Package native artifacts
112
- run: ./build/build.sh Release --skip-dotnet --skip-tests
113
- shell: bash
+ run: ./build/build.ps1 -Configuration Release -SkipDotnet -SkipTests
+ shell: pwsh
114
115
- name: Determine runtime identifier
116
id: runtime-info
@@ -128,6 +128,7 @@ jobs:
128
with:
129
name: native-windows
130
path: artifacts/native-win-*.zip
131
+ if-no-files-found: error
132
133
ios-xcframework:
134
runs-on: macos-latest
0 commit comments