mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
release: Add app store connect actions
This commit is contained in:
parent
483d9fa503
commit
52f3a4226c
3 changed files with 276 additions and 30 deletions
6
Makefile
6
Makefile
|
@ -192,6 +192,12 @@ release_apple_beta: update_apple_version release_ios release_macos release_tvos
|
|||
publish_testflight:
|
||||
go run -v ./cmd/internal/app_store_connect publish_testflight
|
||||
|
||||
prepare_app_store:
|
||||
go run -v ./cmd/internal/app_store_connect prepare_app_store
|
||||
|
||||
publish_app_store:
|
||||
go run -v ./cmd/internal/app_store_connect publish_app_store
|
||||
|
||||
test:
|
||||
@go test -v ./... && \
|
||||
cd test && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue