Commit ac3ee1d 1 parent 3a2b7cf commit ac3ee1d Copy full SHA for ac3ee1d
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- ' v*.*.*'
7
+ - ' pre-*.*.*'
7
8
8
9
jobs :
9
10
79
80
--features=vendored-openssl \
80
81
--profile release-strip
81
82
82
- - name : Create zip
83
+ - name : Create tar
83
84
run : |
84
85
cd target/${{ matrix.target }}/release-strip
85
86
tar -czvf $GITHUB_WORKSPACE/cargo-c-${{ matrix.target }}.tar.gz \
91
92
- name : Upload binaries
92
93
uses : actions/upload-artifact@v4
93
94
with :
94
- name : cargo-c-linux-binaries
95
+ name : cargo-c-linux-binaries-${{ matrix.target }}
95
96
path : cargo-c-${{ matrix.target }}.tar.gz
96
97
97
98
macos-binaries :
@@ -151,7 +152,7 @@ jobs:
151
152
with :
152
153
files : |
153
154
Cargo.lock
154
- cargo-c-linux-binaries /*.tar.gz
155
+ cargo-c-linux-binariesi* /*.tar.gz
155
156
cargo-c-macos-binaries/cargo-c-macos.zip
156
157
cargo-c-windows-msvc-binaries/cargo-c-windows-msvc.zip
157
158
cargo-c-windows-gnu-binaries/cargo-c-windows-gnu.zip
You can’t perform that action at this time.
0 commit comments