Skip to content

Commit

Permalink
测试自动发布效果
Browse files Browse the repository at this point in the history
  • Loading branch information
cy745 committed Oct 4, 2022
1 parent a7d4d57 commit 816b6fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/android_daily_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v1
if: "contains(github.event.head_commit.message, '#release')"
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: Beta Release
files: |
${{ github.workspace }}/app/build/outputs/apk/release/*.apk
${{ github.workspace }}/app/build/outputs/apk/debug/*.apk

0 comments on commit 816b6fb

Please sign in to comment.