Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Sep 11, 2024
1 parent e8522fd commit 4f7ec8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/') }}
Expand Down

0 comments on commit 4f7ec8a

Please sign in to comment.