Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jun 30, 2024
1 parent 3a2b7cf commit ac3ee1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*.*.*'
- 'pre-*.*.*'

jobs:

Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
--features=vendored-openssl \
--profile release-strip
- name: Create zip
- name: Create tar
run: |
cd target/${{ matrix.target }}/release-strip
tar -czvf $GITHUB_WORKSPACE/cargo-c-${{ matrix.target }}.tar.gz \
Expand All @@ -91,7 +92,7 @@ jobs:
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
name: cargo-c-linux-binaries
name: cargo-c-linux-binaries-${{ matrix.target }}
path: cargo-c-${{ matrix.target }}.tar.gz

macos-binaries:
Expand Down Expand Up @@ -151,7 +152,7 @@ jobs:
with:
files: |
Cargo.lock
cargo-c-linux-binaries/*.tar.gz
cargo-c-linux-binariesi*/*.tar.gz
cargo-c-macos-binaries/cargo-c-macos.zip
cargo-c-windows-msvc-binaries/cargo-c-windows-msvc.zip
cargo-c-windows-gnu-binaries/cargo-c-windows-gnu.zip
Expand Down

0 comments on commit ac3ee1d

Please sign in to comment.