Skip to content

Commit

Permalink
Update releaseTest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielcoderX authored Feb 11, 2024
1 parent 3930a51 commit 2241b3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/releaseTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
env:
GOPROXY: https://proxy.golang.org,direct
GO111MODULE: "on"
- name: Upload AAR Artifact
uses: actions/upload-artifact@v2
with:
name: tun2socks-aar
path: app/libs/tun2socks.aar

android-build-and-release:
needs: go-build
Expand All @@ -90,6 +95,12 @@ jobs:
java-version: '17'
distribution: 'microsoft'
cache: 'gradle'

- name: Download AAR Artifact
uses: actions/download-artifact@v2
with:
name: tun2socks-aar
path: app/libs

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit 2241b3d

Please sign in to comment.