Skip to content

Commit

Permalink
测试打包-2
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoTH committed Jun 26, 2024
1 parent 4f9efd2 commit f7eca00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yakit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
# Yakit-1.0.3-beta24-win32-x64.exe
name: EnpriTrace-${{ steps.extract_version.outputs.version }}-linux-amd64.AppImage
path: ./release/EnpriTrace-${{ steps.extract_version.outputs.version }}-linux-amd64.AppImage
- name: Upload Yakit(Enterprise) Artifacts Linux
- name: Upload Yakit(Enterprise) Artifacts Linux(arm64)
uses: actions/upload-artifact@v2
if: ${{ startsWith(github.ref, 'refs/heads/ci/yakit-ee') }}
with:
Expand Down
1 change: 1 addition & 0 deletions electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ linux:
- target: AppImage
arch:
- x64
- arm64
icon: "app/assets/yakitlogo.icns"

win:
Expand Down

0 comments on commit f7eca00

Please sign in to comment.