Skip to content

Commit 95c9e72

Browse files
authored
Update package.yml
1 parent 174a901 commit 95c9e72

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/package.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
shell: bash
2222
- uses: actions/upload-artifact@v3
2323
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" ]
24+
name: "arm64-v8a"
25+
path: build-arm64-v8a/libFreeImage.so
26+
- uses: actions/upload-artifact@v3
27+
with:
28+
name: "armeabi-v7a"
29+
path: build-armeabi-v7a/libFreeImage.so
30+

0 commit comments

Comments
 (0)