mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-02-03 19:12:43 +01:00
new preview version format
This commit is contained in:
parent
55d968df5e
commit
038df78171
@ -11,7 +11,7 @@ cp -f $new_jar_build Tachidesk-latest.jar
|
||||
rm -rf latest_pointer/*
|
||||
cp $new_jar_build latest_pointer
|
||||
|
||||
latest=$(ls *.jar | tail -n1 | cut -d"-" -f3 | cut -d"." -f1)
|
||||
latest=$(ls *.jar | tail -n1 | sed -n -e's/Tachidesk-v\|.jar//g;s/-/./gp')
|
||||
echo "{ \"latest\": \"$latest\" }" > index.json
|
||||
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
@ -77,4 +77,4 @@ jobs:
|
||||
|
||||
- name: Deploy preview
|
||||
run: |
|
||||
./master/.github/scripts/commit-repo.sh
|
||||
./master/.github/scripts/commit-preview.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user