Skip to content

Commit

Permalink
update auto publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed May 6, 2024
1 parent 102160c commit 54266fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
files: .tv/app/build/outputs/apk/*/release/*.apk
files: ./tv/app/build/outputs/apk/*/release/*.apk
env:
GITHUB_TOKEN: ${{ github.token }} # 给最高的权限
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# @Date : 2024/5/6 16:39
# @Email : jadehh@1ive.com
# @Software : Samples
# @Desc :
# @Desc : 2024 05/06 17:20
import os
import argparse
import re
Expand Down

0 comments on commit 54266fa

Please sign in to comment.