File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
- name : Compile aapt2
43
43
env :
44
44
ANDROID_NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
45
- PROTOC_PATH : " / ${{ github.workspace }}/src/protobuf/build/protoc"
45
+ PROTOC_PATH : " ${{ github.workspace }}/src/protobuf/build/protoc"
46
46
run : bash ./build.sh ${{ matrix.target_arch }}
47
47
48
48
- name : Upload artifacts
@@ -70,14 +70,14 @@ jobs:
70
70
- name : Download all built artifacts
71
71
uses : actions/download-artifact@v4
72
72
with :
73
- path : ./artifacts
73
+ path : ${{ github.workspace }}/build/bin/
74
74
merge-multiple : true
75
75
76
76
- name : Generate attestations
77
77
if : ${{ steps.release.outputs.release_created }}
78
78
uses : actions/attest-build-provenance@v2
79
79
with :
80
- subject-path : ./artifacts /aapt2-*
80
+ subject-path : ${{ github.workspace }}/build/bin /aapt2-*
81
81
82
82
- name : Setup Node.js
83
83
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 36
36
successComment: false,
37
37
assets: [
38
38
{
39
- "path": "artifacts/aapt2 -*"
39
+ "path": "build/bin/aapt -*"
40
40
}
41
41
]
42
42
}
You can’t perform that action at this time.
0 commit comments