Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Build VishalX Tunnel

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Grant Gradle Permission
run: chmod +x ./gradlew

- name: Build Release APK
run: ./gradlew assembleRelease

- name: Upload APK Artifact
uses: actions/upload-artifact@v3
with:
name: VishalX-Tunnel
path: app/build/outputs/apk/release/app-release.apk
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ This project uses binaries from other projects and those are under their respect
- Sshpass
- Tun2socks
- Corkscrew
- .