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

Commit 2cba8a0

Browse files
committed
push
Signed-off-by: manigohan <manigohan@national.shitposting.agency>
1 parent 72de553 commit 2cba8a0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ jobs:
3030
- name: Upload lib
3131
uses: actions/upload-artifact@v4
3232
with:
33-
path: src/lib
33+
name: lib
34+
path: src/jni/libs
3435
- name: Upload obj
35-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v4.6.2
3637
with:
38+
name: obj
3739
path: src/obj
3840

3941
build_module:
@@ -65,4 +67,5 @@ jobs:
6567
- name: Upload module
6668
uses: actions/upload-artifact@v4
6769
with:
68-
path: out/
70+
name: module
71+
path: out/shoujocrypt.zip

build/zipitup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ if [ ! -e "$MODULE_DIRECTORY/logo.png" ]; then
66
exit 1;
77
fi
88

9-
commit_hash="$(git log --pretty=format:'%h' -n 1)"
10-
zip_name="shoujohash-$commit_hash.zip"
9+
zip_name="shoujocrypt.zip"
1110

1211
zip -r9 "$PROJECT_ROOT/out/$zip_name" "$MODULE_DIRECTORY"
1312
echo -e "Done! Check $PROJECT_ROOT/out/$zip_name"

0 commit comments

Comments
 (0)