Skip to content

Commit

Permalink
release test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoTH committed Jul 5, 2024
1 parent 92ef611 commit f274fcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/yakit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ jobs:
Yakit-${{ steps.extract_version.outputs.version }}-darwin-arm64.dmg:/yak/${{ steps.extract_version.outputs.version }}/EnpriTraceAgent-${{ steps.extract_version.outputs.version }}-darwin-arm64.dmg
Yakit-${{ steps.extract_version.outputs.version }}-linux-amd64.AppImage:/yak/${{ steps.extract_version.outputs.version }}/EnpriTraceAgent-${{ steps.extract_version.outputs.version }}-linux-amd64.AppImage
download_artifacts_and_release:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/ci/community-release-')}}
needs:
# - build_and_release
- build_yakit
Expand All @@ -367,7 +367,8 @@ jobs:
id: fetchtag_release
with:
source: ${{ github.ref }}
find: "refs/tags/v"
# find: "refs/tags/v"
find: "refs/tags/trv"
replace: ""
- name: Download Yakit (Darwin Amd64)
uses: actions/download-artifact@v2
Expand Down

0 comments on commit f274fcf

Please sign in to comment.