Skip to content

Commit

Permalink
Updated cicd-parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxianyun committed Jan 18, 2025
1 parent 4d18758 commit dc256e6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ jobs:
matrix:
include:
- platform: "macos-latest"
args: "--target aarch64-apple-darwin"
- platform: "macos-latest"
args: "--target x86_64-apple-darwin"
args: ""

runs-on: ${{ matrix.platform }}
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
steps:
- uses: actions/checkout@v4

Expand All @@ -32,8 +27,6 @@ jobs:

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin,x86_64-apple-darwin

- name: install frontend dependencies
run: npm install
Expand Down

0 comments on commit dc256e6

Please sign in to comment.