Skip to content

Commit 0d5bb14

Browse files
author
NullPointerException
committed
chore: update paths in CI and release script, remove build-ffmpeg
1 parent 6fe5387 commit 0d5bb14

File tree

3 files changed

+12
-83
lines changed

3 files changed

+12
-83
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

release.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
cd PipePipeClient
1+
cd client
22
git 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
55
git 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
710
cd ..
811
if [ -n "$1" ]; then
912
vim fastlane/metadata/android/en-US/changelogs/$1.txt

0 commit comments

Comments
 (0)