Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit e62c237

Browse files
committed
fix(build, repo): Use right paths
[skip ci] Signed-off-by: manigohan <manigohan@national.shitposting.agency>
1 parent b073ea0 commit e62c237

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: lib
34-
path: src/jni/libs
34+
path: src/libs
3535
- name: Upload obj
3636
uses: actions/upload-artifact@v4.6.2
3737
with:

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
src/jni/obj
2-
src/jni/libs
1+
src/obj
2+
src/libs
33
out/
44
src/image_payload/payload.png
55
src/image_payload/offset

0 commit comments

Comments
 (0)