We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb414a commit 1b1d7dbCopy full SHA for 1b1d7db
.github/workflows/build.yml
@@ -45,9 +45,6 @@ jobs:
45
ls -al app/build/outputs/apk/release
46
echo "Signed APK: ${{steps.sign_app.outputs.signedReleaseFile}}"
47
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
51
52
- name: Upload APK
53
uses: actions/[email protected]
@@ -70,4 +67,4 @@ jobs:
70
67
# tag: "v1.${{ github.run_number }}.0"
71
68
# body: |
72
69
# Note: QMod KernelFlasher, support ksu-lkm
73
-# artifacts: "*.apk"
+# artifacts: "*.apk"
0 commit comments