mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-07 19:22:06 +00:00
Update build-release.yaml
This commit is contained in:
parent
184a19dbb4
commit
115abf8ea7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-release.yaml
vendored
2
.github/workflows/build-release.yaml
vendored
|
@ -117,7 +117,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ success() }}
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
tag_name: ${{ steps.real_tag.outputs.tag }}
|
||||
files: app/build/outputs/apk/meta/release/*
|
||||
generate_release_notes: true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue