更新依赖与修改工作流
This commit is contained in:
@@ -160,15 +160,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: apk/
|
path: apk/
|
||||||
|
|
||||||
- working-directory: apk/
|
|
||||||
run: |
|
|
||||||
mv */*.apk .
|
|
||||||
rm -rf */
|
|
||||||
|
|
||||||
for file in *.apk; do
|
|
||||||
mv "$file" "$(echo $file | sed 's/legado_/legado_release_/')"
|
|
||||||
done
|
|
||||||
|
|
||||||
- name: Delete Pre-Release
|
- name: Delete Pre-Release
|
||||||
run: |
|
run: |
|
||||||
if gh release view beta &>/dev/null; then
|
if gh release view beta &>/dev/null; then
|
||||||
@@ -177,13 +168,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
- name: Create or update beta tag
|
|
||||||
uses: richardsimko/update-tag@v1
|
|
||||||
with:
|
|
||||||
tag_name: beta
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Publish Pre-Release
|
- name: Publish Pre-Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user