File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
- run : ls -al .
32
32
- run : ls -al target
33
33
34
- - run : tar czvf commitlint-${{ github.ref_name }} -${{ matrix.config.rust_target }}.tar.gz -C target/release commitlint${{ matrix.config.ext }}
34
+ - run : tar czvf commitlint-test -${{ matrix.config.rust_target }}.tar.gz -C target/release commitlint${{ matrix.config.ext }}
35
35
36
36
- uses : actions/upload-artifact@v4
37
37
with :
38
38
name : commitlint-${{ matrix.config.rust_target }}
39
- path : commitlint-${{ github.ref_name }} -${{ matrix.config.rust_target }}.tar.gz
39
+ path : commitlint-test -${{ matrix.config.rust_target }}.tar.gz
40
40
if-no-files-found : error
41
41
42
42
build :
Original file line number Diff line number Diff line change 57
57
58
58
- run : cargo build --package commitlint-rs --release
59
59
60
- - run : tar czvf commitlint-test -${{ matrix.config.rust_target }}.tar.gz -C target/release commitlint${{ matrix.config.ext }}
60
+ - run : tar czvf commitlint-${{ github.ref_name }} -${{ matrix.config.rust_target }}.tar.gz -C target/release commitlint${{ matrix.config.ext }}
61
61
62
62
- uses : actions/upload-artifact@v4
63
63
with :
You can’t perform that action at this time.
0 commit comments