This repository was archived by the owner on Dec 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235235 - buildAndroid
236236 - buildiOS
237237 - version
238- if : github.ref == 'refs/heads/main' && github.event_name == 'push'
238+ if : always()
239239 steps :
240240 - name : Checkout code
241241 uses : actions/checkout@v4
@@ -250,7 +250,7 @@ jobs:
250250 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
251251 with :
252252 tag_name : ${{ needs.version.outputs.version_tag }}
253- release_name : \[AutoBuild Bata\] Release ${{ needs.version.outputs.version_tag }}
253+ release_name : \[AutoBuild\] Experimental Release ${{ needs.version.outputs.version_tag }}
254254 body : |
255255 🚧 **[AutoBuild] Experimental Release – Use With Caution!**
256256
@@ -273,13 +273,6 @@ jobs:
273273 - Trigger: `${{ github.event_name }}`
274274 - Timestamp: `${{ github.event.created }}`
275275
276- ---
277- ### 📋 What’s included:
278- - ✅ Desktop builds (Linux, Windows, macOS)
279- - ✅ Mobile builds (Android, iOS) *(if selected)*
280- - ✅ Automatically versioned build artifacts
281- - ✅ Discord notifications upon completion
282-
283276 ---
284277 ### 📣 Reporting Issues
285278 Found a bug or unexpected behavior? Please open an issue on our GitHub repo and describe:
You can’t perform that action at this time.
0 commit comments