From 83df9869b135bc54e83e06f76f5cdbc87566c99b Mon Sep 17 00:00:00 2001 From: niuhuan Date: Tue, 22 Mar 2022 11:15:42 +0800 Subject: [PATCH] github action env install --- .github/workflows/darft_release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/darft_release.yml b/.github/workflows/darft_release.yml index e3f9e03..6382106 100644 --- a/.github/workflows/darft_release.yml +++ b/.github/workflows/darft_release.yml @@ -35,9 +35,11 @@ jobs: - name: Check release run: | cd ci - go run cmd/check_release + go run ./cmd/check_release build_release_assets: + needs: + - check_release name: Build release assets strategy: matrix: @@ -74,7 +76,7 @@ jobs: name: Check asset run: | cd ci - go run cmd/check_asset + go run ./cmd/check_asset - if: ${{steps.check_asset.outputs.*}} == "BUILD" name: Cache Go modules