Skip to content

Commit

Permalink
🎉Release 1.3,长按新UI文字标题可修改背景图片(BETA),修复Android CI Release工作流问题。
Browse files Browse the repository at this point in the history
🎉Release 1.3,长按新UI文字标题可修改背景图片(BETA),修复Android CI Release工作流问题。
  • Loading branch information
Hny0305Lin authored Jul 8, 2024
2 parents 0d53f69 + fb3210f commit d36f425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/androidcitest.yml

This file was deleted.

12 changes: 1 addition & 11 deletions .github/workflows/androidsign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,11 @@ jobs:
exit 1
fi
- name: Check and Delete Existing Tag
run: |
cd NLChat
if git rev-parse ${{ github.ref_name }} >/dev/null 2>&1; then
git tag -d ${{ github.ref_name }}
git push --delete origin ${{ github.ref_name }}
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "NLChat_${{ github.ref_name }}.apk"
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # 使用 PAT
token: ${{ secrets.GITHUB_TOKEN }} # 使用 PAT
generateReleaseNotes: true

- name: Get Commit Message
Expand Down

0 comments on commit d36f425

Please sign in to comment.