Introducing nightly release

This commit is contained in:
Twaik Yont 2023-09-14 08:48:21 +03:00 committed by GitHub
parent c2aad6cd42
commit 94bf3d12b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,4 +103,22 @@ jobs:
with:
name: termux-x11-unstripped-libraries-for-ndk-stack
path: ./app/build/intermediates/cxx/Debug/*
- name: Update Nightly Release
uses: andelf/nightly-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: nightly
name: 'Desktop/Android APP Nightly Release $$'
draft: false
prerelease: true
body: |
This is a nightly release of the termux-x11 app.
It's unstable compared to the official releases, **use it with caution**!
Based on ${{ github.sha }}
files: |
./app/build/outputs/apk/debug/app-*-debug.apk
./app/build/outputs/apk/debug/shell-loader-nightly.apk
./app/build/outputs/apk/debug/termux-x11-*-all.deb
./app/build/outputs/apk/debug/termux-x11-*-any.pkg.tar.xz