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 174a901 commit 95c9e72Copy full SHA for 95c9e72
.github/workflows/package.yml
@@ -21,8 +21,10 @@ jobs:
21
shell: bash
22
- uses: actions/upload-artifact@v3
23
with:
24
- title: Binaries
25
- - name: "arm64-v8a"
26
- files: [ "build-arm64-v8a/libFreeImage.so" ]
27
- - name: "armeabi-v7a"
28
- files: [ "build-armeabi-v7a/libFreeImage.so" ]
+ name: "arm64-v8a"
+ path: build-arm64-v8a/libFreeImage.so
+ - uses: actions/upload-artifact@v3
+ with:
+ name: "armeabi-v7a"
29
+ path: build-armeabi-v7a/libFreeImage.so
30
+
0 commit comments