Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithTamim authored Dec 11, 2024
1 parent a8b749f commit e19364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
go mod tidy
cd pkg/socks
go get golang.org/x/mobile/bind
gomobile bind -v -androidapi 21 -ldflags='-s -w' -o libsocks ./
gomobile bind -v -androidapi 21 -ldflags='-s -w' -o libsocks.aar ./
- name: Upload AndroidLibSocksLite to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit e19364b

Please sign in to comment.