File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v*.*.*'
7+ - ' pre-*.*.*'
78
89jobs :
910
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 \
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-binaries* /*.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
You can’t perform that action at this time.
0 commit comments