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 102ad9a commit dd59b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
gomobile init
go mod tidy
cd pkg/socks
go get golang.org/x/mobile/bind
gomobile bind -v -androidapi 21 -ldflags='-s -w' ./
- name: Upload AndroidLibSocksLite to release
uses: svenstaro/upload-release-action@v2
with:
file: ./libv2ray*r
tag: ${{ github.event.inputs.release_tag }}
file_glob: true
file_glob: true

0 comments on commit dd59b2c

Please sign in to comment.