Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
fix: upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Jan 27, 2023
1 parent 0bec022 commit 6f3aa85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
unzip sdk-tools.zip -d $HOME/android-sdk
echo "y" | $HOME/android-sdk/cmdline-tools/bin/sdkmanager --sdk_root=$HOME/android-sdk "platform-tools" "build-tools;30.0.3"
export PATH=$PATH:$HOME/android-sdk/platform-tools
- name: Force NDK version
run: echo "y" | $HOME/android-sdk/cmdline-tools/bin/sdkmanager --install "ndk;25.1.8937393" | grep -v = || true
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -41,3 +39,7 @@ jobs:
run: |
gomobile init
gomobile bind -androidapi 21 -o fairos.aar -target=android github.com/fairdatasociety/fairos
- uses: actions/upload-artifact@v3
with:
name: fairos.aar
path: fairos.aar

0 comments on commit 6f3aa85

Please sign in to comment.