Skip to content

Commit

Permalink
fix: intel build (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Jan 23, 2025
1 parent 3bb79ff commit dd0cfe3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@ jobs:
- os: ubuntu-latest
run_script: sea:linux
artifact_name: symbol-upload-linux
file_name: symbol-upload-linux
- os: macos-latest
run_script: sea:macos
artifact_name: symbol-upload-macos
file_name: symbol-upload-macos
- os: macos-latest-large
run_script: sea:macos
artifact_name: symbol-upload-macos-intel
file_name: symbol-upload-macos
- os: windows-latest
run_script: sea:windows
artifact_name: symbol-upload-windows.exe
file_name: symbol-upload-windows.exe

steps:
- name: ☑️ Checkout
Expand All @@ -45,4 +49,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact_name }}
path: dist/${{ matrix.artifact_name }} # Uploads the artifact with a platform-specific name and path
path: dist/${{ matrix.file_name }} # Uploads the artifact with a platform-specific name and path

0 comments on commit dd0cfe3

Please sign in to comment.