Skip to content

Commit 2f55c6b

Browse files
author
TeleGhost Dev
committed
Update Release workflow to include Android artifacts
1 parent 1923e68 commit 2f55c6b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,27 @@ jobs:
129129
uses: actions/download-artifact@v4
130130
with:
131131
name: teleghost-windows
132+
133+
- name: Download AAR Artifact
134+
uses: actions/download-artifact@v4
135+
with:
136+
name: teleghost-aar
137+
continue-on-error: true
138+
139+
- name: Download APK Artifact
140+
uses: actions/download-artifact@v4
141+
with:
142+
name: teleghost-android-debug
143+
continue-on-error: true
132144

133145
- name: Create Release
134146
uses: softprops/action-gh-release@v2
135147
with:
136148
files: |
137149
TeleGhost-linux-amd64
138150
TeleGhost.exe
151+
teleghost.aar
152+
*.apk
139153
draft: false
140154
prerelease: false
141155
env:

0 commit comments

Comments
 (0)