From 4f7ec8ab1a7eb5a4042706132a84e37a94567051 Mon Sep 17 00:00:00 2001 From: thxCode Date: Wed, 11 Sep 2024 10:27:22 +0800 Subject: [PATCH] fix: ci Signed-off-by: thxCode --- .github/workflows/ci.yml | 2 +- .github/workflows/cmd.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7759ae8..406eeda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: timeout-minutes: 15 uses: actions/setup-go@v5 with: - go-version: "1.22.6" + go-version: "1.22.7" cache-dependency-path: | **/go.sum - name: Setup Toolbox diff --git a/.github/workflows/cmd.yml b/.github/workflows/cmd.yml index a08e14c..9e9e5c0 100644 --- a/.github/workflows/cmd.yml +++ b/.github/workflows/cmd.yml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 15 uses: actions/setup-go@v5 with: - go-version: "1.22.6" + go-version: "1.22.7" cache-dependency-path: | **/go.sum - name: Make @@ -47,6 +47,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 with: + include-hidden-files: true path: ${{ github.workspace }}/.dist/* - name: Release if: ${{ startsWith(github.ref, 'refs/tags/') }}