Skip to content

Commit 11e1f28

Browse files
committed
Update ci.yml
1 parent ed0b20b commit 11e1f28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
shell: powershell
110110

111111
- name: Package native artifacts
112-
run: ./build/build.sh Release --skip-dotnet --skip-tests
113-
shell: bash
112+
run: ./build/build.ps1 -Configuration Release -SkipDotnet -SkipTests
113+
shell: pwsh
114114

115115
- name: Determine runtime identifier
116116
id: runtime-info
@@ -128,6 +128,7 @@ jobs:
128128
with:
129129
name: native-windows
130130
path: artifacts/native-win-*.zip
131+
if-no-files-found: error
131132

132133
ios-xcframework:
133134
runs-on: macos-latest

0 commit comments

Comments
 (0)