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 a9f2c93 commit f26c647Copy full SHA for f26c647
.github/workflows/native-build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build Executable
29
run: ./gradlew -P cliAnalyzerOnly=true --no-configuration-cache :cli:nativeCompile
30
- name: Compress Executable
31
- uses: crazy-max/ghaction-upx@de21b8cbed76979407eeb6e41aa5e270afc3225c # v3
+ uses: crazy-max/ghaction-upx@db8cc9515a4a7ea1b312cb82fbeae6d716daf777 # v3
32
with:
33
files: cli/build/native/nativeCompile/ort
34
- name: Upload Executable
0 commit comments