Skip to content

Commit ef22817

Browse files
committed
Upload file
1 parent 6665937 commit ef22817

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ jobs:
7474
uses: softprops/action-gh-release@v2
7575
with:
7676
name: "Tool-Tree ${{ env.VER }} Beta"
77-
tag_name: "V${{ env.VER }}"
77+
tag_name: "beta"
7878
files: Up/*
7979
prerelease: true
80-
body_path: "change.txt"
8180

8281
- name: Release APK
8382
if: ${{ github.event_name == 'workflow_dispatch' && inputs.UPAPK == true }}

0 commit comments

Comments
 (0)