add upx for binary compression

This commit is contained in:
ginuerzh
2025-07-26 16:43:49 +08:00
parent d448628fea
commit b593fdb952
4 changed files with 72 additions and 3 deletions
+4
View File
@@ -23,6 +23,10 @@ jobs:
with:
go-version: '1.24'
cache: true
- name: Install UPX
uses: crazy-max/ghaction-upx@v3
with:
install-only: true
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.
- uses: goreleaser/goreleaser-action@v6
+1 -1
View File
@@ -3,7 +3,7 @@ name: Trigger nightly build
on:
schedule:
# * is a special character in YAML, so you have to quote this string
- cron: '30 15 * * *'
- cron: '00 15 * * *'
workflow_dispatch:
jobs: