Skip to content

Commit 1b1d7db

Browse files
Update build.yml
1 parent 4bb414a commit 1b1d7db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
ls -al app/build/outputs/apk/release
4646
echo "Signed APK: ${{steps.sign_app.outputs.signedReleaseFile}}"
4747
cp ${{steps.sign_app.outputs.signedReleaseFile}} KernelFlasher.apk
48-
DATE=$(date +'%y.%m.%d_%H.%M.%S')
49-
mkdir -p /home/user/output/$DATE
50-
cp KernelFlasher.apk /home/user/output/$DATE/KernelFlasher.apk
5148
5249
- name: Upload APK
5350
uses: actions/[email protected]
@@ -70,4 +67,4 @@ jobs:
7067
# tag: "v1.${{ github.run_number }}.0"
7168
# body: |
7269
# Note: QMod KernelFlasher, support ksu-lkm
73-
# artifacts: "*.apk"
70+
# artifacts: "*.apk"

0 commit comments

Comments
 (0)