mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-23 15:14:43 -05:00
⬆️ Update to go 1.23
📝 Add upx to workflow
This commit is contained in:
parent
6e99e8f57b
commit
f51edfa0b4
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -18,6 +18,11 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
|
||||
- name: Install UPX
|
||||
uses: crazy-max/ghaction-upx@v3
|
||||
with:
|
||||
install-only: true
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
|
@ -1,3 +1,4 @@
|
||||
version: 2
|
||||
project_name: sub2sing-box
|
||||
builds:
|
||||
- env:
|
||||
@ -27,3 +28,6 @@ archives:
|
||||
- templates
|
||||
release:
|
||||
draft: true
|
||||
upx:
|
||||
- enabled: true
|
||||
compress: best
|
||||
|
Loading…
Reference in New Issue
Block a user