Skip to content

Commit

Permalink
librclone for android updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberavater committed Sep 26, 2023
1 parent e3795d4 commit 6daae06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@ jobs:
- name: Gomobile bind for Android
run: |
ls
cd /rclone/rclone/librclone/gomobile
cd ./librclone/gomobile
gomobile bind -v -target=android -javapkg="org.rclone" -ldflags '-s -X github.com/rclone/rclone/fs.Version=${{ env.VERSION }}'
# Upload the generated AAR file as an artifact.
Expand All @@ -309,8 +308,8 @@ jobs:
with:
name: librclone-gomobile-android
path: |
/rclone/rclone/librclone/gomobile/librclonemobile.aar
/rclone/rclone/librclone/gomobile/librclonemobile-sources.jar
/librclone/gomobile/librclonemobile.aar
/librclone/gomobile/librclonemobile-sources.jar
- name: Go module cache
uses: actions/cache@v3
Expand Down

0 comments on commit 6daae06

Please sign in to comment.