Skip to content

Commit 4e01b30

Browse files
committed
Remove redundant release step from GitHub Actions workflow and streamline APK release process.
1 parent 610f2e2 commit 4e01b30

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ jobs:
3838
name: release-apk
3939
path: ${{ steps.find_apk.outputs.apk_path }}
4040

41-
release:
42-
name: Release APK
43-
needs: build
44-
runs-on: ubuntu-latest
45-
steps:
46-
- name: Checkout Repository
47-
uses: actions/checkout@v4
48-
4941
- name: Download APK Artifact
5042
uses: actions/download-artifact@v4
5143
with:
@@ -57,7 +49,6 @@ jobs:
5749
with:
5850
files: '*.apk'
5951
tag_name: 'PakePlus-v0.0.1'
60-
release_name: 'PakePlus-v0.0.1'
6152
body: 'PakePlus-v0.0.1'
6253
env:
6354
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)