Skip to content

Commit

Permalink
yakit-ee.yml文件文件名替换
Browse files Browse the repository at this point in the history
  • Loading branch information
song-xiao-lin committed Dec 6, 2024
1 parent 65e2cc0 commit b2d5fe4
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions .github/workflows/yakit-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
run: echo ${{ steps.package_version.outputs.value }}

- run: wget -O bins/database/default-cve.db.gzip https://cve-db.oss-accelerate.aliyuncs.com/default-cve.db.gzip
name: "Download CVE(Include CWE) Data (EnpriTrace && EnpriTraceAgent)"
name: "Download CVE(Include CWE) Data (CSPG && EnpriTraceAgent)"
- run: wget -O bins/resources/local-plugins-se.yakitresource.txt https://yaklang.oss-accelerate.aliyuncs.com/yakit-ee/local-plugins-se.yakitresource.txt
name: "Download Plugin resource Files (EnpriTrace && EnpriTraceAgent)"
name: "Download Plugin resource Files (CSPG && EnpriTraceAgent)"

- run: yarn install && yarn install-render
working-directory: ./
Expand Down Expand Up @@ -162,97 +162,97 @@ jobs:
- name: View Published Content
run:
ls ./release
# EnpriTrace-1.3.4-sp7-darwin-arm64.dmg
# EnpriTrace-1.3.4-sp7-darwin-x64.dmg
# EnpriTrace-1.3.4-sp7-linux-amd64.AppImage
# EnpriTrace-1.3.4-sp7-linux-arm64.AppImage
# EnpriTrace-1.3.4-sp7-windows-amd64.exe
# EnpriTrace-1.3.4-sp7-darwin-legacy-arm64.dmg
# EnpriTrace-1.3.4-sp7-darwin-legacy-x64.dmg
# EnpriTrace-1.3.4-sp7-linux-legacy-amd64.AppImage
# EnpriTrace-1.3.4-sp7-linux-legacy-arm64.AppImage
# EnpriTrace-1.3.4-sp7-windows-legacy-amd64.exe
# CSPG-1.3.4-sp7-darwin-arm64.dmg
# CSPG-1.3.4-sp7-darwin-x64.dmg
# CSPG-1.3.4-sp7-linux-amd64.AppImage
# CSPG-1.3.4-sp7-linux-arm64.AppImage
# CSPG-1.3.4-sp7-windows-amd64.exe
# CSPG-1.3.4-sp7-darwin-legacy-arm64.dmg
# CSPG-1.3.4-sp7-darwin-legacy-x64.dmg
# CSPG-1.3.4-sp7-linux-legacy-amd64.AppImage
# CSPG-1.3.4-sp7-linux-legacy-arm64.AppImage
# CSPG-1.3.4-sp7-windows-legacy-amd64.exe

- name: Upload Yakit(EE) Artifacts Windows
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'win') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# EnpriTrace-1.3.4-sp7-windows-amd64.exe
name: EnpriTrace-${{ steps.package_version.outputs.value }}-windows-amd64.exe
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-windows-amd64.exe
# CSPG-1.3.4-sp7-windows-amd64.exe
name: CSPG-${{ steps.package_version.outputs.value }}-windows-amd64.exe
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-windows-amd64.exe
if-no-files-found: error
- name: Upload Yakit(EE) Artifacts Mac(m1)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'mac') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# EnpriTrace-1.3.4-sp7-darwin-arm64.dmg
name: EnpriTrace-${{ steps.package_version.outputs.value }}-darwin-arm64.dmg
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-darwin-arm64.dmg
# CSPG-1.3.4-sp7-darwin-arm64.dmg
name: CSPG-${{ steps.package_version.outputs.value }}-darwin-arm64.dmg
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-darwin-arm64.dmg
if-no-files-found: error
- name: Upload Yakit(EE) Artifacts Mac(intel)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'mac') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# EnpriTrace-1.3.4-sp7-darwin-x64.dmg
name: EnpriTrace-${{ steps.package_version.outputs.value }}-darwin-x64.dmg
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-darwin-x64.dmg
# CSPG-1.3.4-sp7-darwin-x64.dmg
name: CSPG-${{ steps.package_version.outputs.value }}-darwin-x64.dmg
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-darwin-x64.dmg
if-no-files-found: error
- name: Upload Yakit(EE) Artifacts Linux(amd64)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'linux') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# EnpriTrace-1.3.4-sp7-linux-amd64.AppImage
name: EnpriTrace-${{ steps.package_version.outputs.value }}-linux-amd64.AppImage
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-linux-amd64.AppImage
# CSPG-1.3.4-sp7-linux-amd64.AppImage
name: CSPG-${{ steps.package_version.outputs.value }}-linux-amd64.AppImage
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-linux-amd64.AppImage
if-no-files-found: error
- name: Upload Yakit(EE) Artifacts Linux(arm64)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'linux') && env.COMPATIBILITY_MODE == 'normal') }}
with:
# EnpriTrace-1.3.4-sp7-linux-arm64.AppImage
name: EnpriTrace-${{ steps.package_version.outputs.value }}-linux-arm64.AppImage
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-linux-arm64.AppImage
# CSPG-1.3.4-sp7-linux-arm64.AppImage
name: CSPG-${{ steps.package_version.outputs.value }}-linux-arm64.AppImage
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-linux-arm64.AppImage
if-no-files-found: error

- name: Upload Yakit(EE) Artifacts Legacy Windows
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'win') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# EnpriTrace-1.3.4-sp7-windows-legacy-amd64.exe
name: EnpriTrace-${{ steps.package_version.outputs.value }}-windows-legacy-amd64.exe
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-windows-legacy-amd64.exe
# CSPG-1.3.4-sp7-windows-legacy-amd64.exe
name: CSPG-${{ steps.package_version.outputs.value }}-windows-legacy-amd64.exe
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-windows-legacy-amd64.exe
if-no-files-found: error
- name: Upload Yakit(EE) Artifacts Legacy Mac(m1)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'mac') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# EnpriTrace-1.3.4-sp7-darwin-legacy-arm64.dmg
name: EnpriTrace-${{ steps.package_version.outputs.value }}-darwin-legacy-arm64.dmg
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-darwin-legacy-arm64.dmg
# CSPG-1.3.4-sp7-darwin-legacy-arm64.dmg
name: CSPG-${{ steps.package_version.outputs.value }}-darwin-legacy-arm64.dmg
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-darwin-legacy-arm64.dmg
if-no-files-found: error
- name: Upload Yakit(EE) Artifacts Legacy Mac(intel)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'mac') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# EnpriTrace-1.3.4-sp7-darwin-legacy-x64.dmg
name: EnpriTrace-${{ steps.package_version.outputs.value }}-darwin-legacy-x64.dmg
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-darwin-legacy-x64.dmg
# CSPG-1.3.4-sp7-darwin-legacy-x64.dmg
name: CSPG-${{ steps.package_version.outputs.value }}-darwin-legacy-x64.dmg
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-darwin-legacy-x64.dmg
if-no-files-found: error
- name: Upload Yakit(EE) Artifacts Legacy Linux(amd64)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'linux') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# EnpriTrace-1.3.4-sp7-linux-legacy-amd64.AppImage
name: EnpriTrace-${{ steps.package_version.outputs.value }}-linux-legacy-amd64.AppImage
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-linux-legacy-amd64.AppImage
# CSPG-1.3.4-sp7-linux-legacy-amd64.AppImage
name: CSPG-${{ steps.package_version.outputs.value }}-linux-legacy-amd64.AppImage
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-linux-legacy-amd64.AppImage
if-no-files-found: error
- name: Upload Yakit(EE) Artifacts Legacy Linux(arm64)
uses: actions/upload-artifact@v4
if: ${{ env.IS_TAG_RELEASE == 'tag/v' || ((env.PACKAGING_PLATFORM == 'mwl' || env.PACKAGING_PLATFORM == 'linux') && env.COMPATIBILITY_MODE == 'legacy') }}
with:
# EnpriTrace-1.3.4-sp7-linux-legacy-arm64.AppImage
name: EnpriTrace-${{ steps.package_version.outputs.value }}-linux-legacy-arm64.AppImage
path: ./release/EnpriTrace-${{ steps.package_version.outputs.value }}-linux-legacy-arm64.AppImage
# CSPG-1.3.4-sp7-linux-legacy-arm64.AppImage
name: CSPG-${{ steps.package_version.outputs.value }}-linux-legacy-arm64.AppImage
path: ./release/CSPG-${{ steps.package_version.outputs.value }}-linux-legacy-arm64.AppImage
if-no-files-found: error

publish_yakit_ee_to_oss:
Expand Down

0 comments on commit b2d5fe4

Please sign in to comment.