Skip to content

Commit

Permalink
Fixed duplicate macos release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlvoller committed Sep 10, 2024
1 parent f2f912a commit bf97488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --release --package cli-excel-rs --all-features
- run: zip excel-rs-macos-${{ matrix.platform.target }}.zip target/release/cli-excel-rs
- run: zip excel-rs-linux-${{ matrix.platform.target }}.zip target/release/cli-excel-rs
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: excel-rs-linux-${{ matrix.platform.target }}
path: excel-rs-macos-${{ matrix.platform.target }}.zip
path: excel-rs-linux-${{ matrix.platform.target }}.zip

macos:
runs-on: ${{ matrix.platform.runner }}
Expand Down

0 comments on commit bf97488

Please sign in to comment.