File tree Expand file tree Collapse file tree 3 files changed +12
-83
lines changed
Expand file tree Collapse file tree 3 files changed +12
-83
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -47,20 +47,20 @@ jobs:
4747
4848 - name : Build debug APK
4949 run : |
50- cd PipePipeClient /android
50+ cd client /android
5151 ./gradlew assembleDebug lintDebug --stacktrace -DskipFormatKtlint
52-
52+
5353 - name : Upload APKs
5454 uses : actions/upload-artifact@v4
5555 with :
5656 name : all-apks-in-one(intermediates)
5757 retention-days : 1
58- path : PipePipeClient /android/build/outputs/apk/debug/*.apk
59-
58+ path : client /android/build/outputs/apk/debug/*.apk
59+
6060 - name : Output filenames
6161 id : step-output
6262 run : |
63- files=$(ls PipePipeClient /android/build/outputs/apk/debug)
63+ files=$(ls client /android/build/outputs/apk/debug)
6464
6565 json_array="["
6666 first_file=true
Original file line number Diff line number Diff line change 1- cd PipePipeClient
1+ cd client
22git pull
3- git push git@codeberg.org:NullPointerException/PipePipeClient-legacy .git
4- cd ../PipePipeExtractor
3+ git push git@codeberg.org:NullPointerException/PipePipeClient.git
4+ cd ../extractor
55git pull
6- git push git@codeberg.org:NullPointerException/PipePipeExtractor-legacy.git
6+ git push git@codeberg.org:NullPointerException/PipePipeExtractor.git
7+ cd ../shared
8+ git pull
9+ git push git@codeberg.org:NullPointerException/PipePipeShared.git
710cd ..
811if [ -n " $1 " ]; then
912 vim fastlane/metadata/android/en-US/changelogs/$1 .txt
You can’t perform that action at this time.
0 commit comments