Skip to content

Commit 89f9ffe

Browse files
fix
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
1 parent 96bbc4d commit 89f9ffe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- run: ls -al .
3232
- run: ls -al target
3333

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 }}
3535

3636
- uses: actions/upload-artifact@v4
3737
with:
3838
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
4040
if-no-files-found: error
4141

4242
build:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- run: cargo build --package commitlint-rs --release
5959

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 }}
6161

6262
- uses: actions/upload-artifact@v4
6363
with:

0 commit comments

Comments
 (0)