From 351fab05b2e736ab13db43c701ae7d2c37b900e6 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 13 Feb 2022 10:00:15 +0800 Subject: [PATCH] push file --- .github/workflows/release.yml | 2 +- share/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60801fca..eb4c3753 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,4 +119,4 @@ jobs: - name: Upload To SV run: | - coscmd -d upload ./dist/release/* /archives/ + for file in ./dist/release/*; do coscmd -d upload $file /archives/; done; diff --git a/share/const.go b/share/const.go index 17576eca..895c639a 100644 --- a/share/const.go +++ b/share/const.go @@ -4,7 +4,7 @@ package share // session -> freeport fix bug // 更新制品目录 -> ui/downloads // Arm64 制品 -> arm build test -// MacOS 制品 -> debug 14 +// MacOS 制品 -> debug 15 // VERSION 版本号 const VERSION = "0.9.1"