Skip to content

Commit ac3ee1d

Browse files
committed
Fix deploy
1 parent 3a2b7cf commit ac3ee1d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*.*.*'
7+
- 'pre-*.*.*'
78

89
jobs:
910

@@ -79,7 +80,7 @@ jobs:
7980
--features=vendored-openssl \
8081
--profile release-strip
8182
82-
- name: Create zip
83+
- name: Create tar
8384
run: |
8485
cd target/${{ matrix.target }}/release-strip
8586
tar -czvf $GITHUB_WORKSPACE/cargo-c-${{ matrix.target }}.tar.gz \
@@ -91,7 +92,7 @@ jobs:
9192
- name: Upload binaries
9293
uses: actions/upload-artifact@v4
9394
with:
94-
name: cargo-c-linux-binaries
95+
name: cargo-c-linux-binaries-${{ matrix.target }}
9596
path: cargo-c-${{ matrix.target }}.tar.gz
9697

9798
macos-binaries:
@@ -151,7 +152,7 @@ jobs:
151152
with:
152153
files: |
153154
Cargo.lock
154-
cargo-c-linux-binaries/*.tar.gz
155+
cargo-c-linux-binariesi*/*.tar.gz
155156
cargo-c-macos-binaries/cargo-c-macos.zip
156157
cargo-c-windows-msvc-binaries/cargo-c-windows-msvc.zip
157158
cargo-c-windows-gnu-binaries/cargo-c-windows-gnu.zip

0 commit comments

Comments
 (0)