Skip to content

Commit

Permalink
Merge pull request #3 from amnezia-vpn/android-awg-package
Browse files Browse the repository at this point in the history
Add Android package name for awg libraries, fix out path
  • Loading branch information
pokamest authored Mar 16, 2024
2 parents 62f5791 + 902005d commit 9948aad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_awg_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
contains(github.event.head_commit.message, '[all]') ||
contains(github.event.head_commit.message, '[android]') ||
contains(github.event.head_commit.message, '[android-awg]') ||
contains(github.event.head_commit.message, '[awg]')
contains(github.event.head_commit.message, '[awg]')
env:
ANDROID_PACKAGE_NAME: 'org.amnezia.vpn'

steps:

Expand Down Expand Up @@ -46,7 +49,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: awg-android
path: android/amneziawg-android/tunnel/build/intermediates/stripped_native_libs/release/out/lib/*
path: android/amneziawg-android/tunnel/build/intermediates/stripped_native_libs/release/stripReleaseDebugSymbols/out/lib/*

github-release:
name: GitHub Release
Expand Down

0 comments on commit 9948aad

Please sign in to comment.