Skip to content

Commit c6816b8

Browse files
committed
fix: always upload artifact
1 parent ec5355c commit c6816b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
command: build
9494
args: --release
9595
- name: create artifact
96-
if: contains(matrix.job.ext, '.tar.gz')
9796
run: |-
9897
cp README.md target/release/README.md
9998
cp LICENSE target/release/LICENSE

0 commit comments

Comments
 (0)