We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b51439 commit 8dce131Copy full SHA for 8dce131
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
OS: linux
84
with:
85
file: dcd.tar.gz
86
- filename: dcd-${TAG_RAW}-${OS}-${{ matrix.arch }}.tar.gz
+ name: dcd-${TAG_RAW}-${OS}-${{ matrix.arch }}.tar.gz
87
mime: application/tar+gzip
88
89
- name: Release Macos
@@ -94,7 +94,7 @@ jobs:
94
OS: osx
95
96
97
98
99
100
- name: Release Windows
@@ -105,5 +105,5 @@ jobs:
105
OS: windows
106
107
file: dcd.zip
108
- filename: dcd-${TAG_RAW}-${OS}-${{ matrix.arch }}.zip
+ name: dcd-${TAG_RAW}-${OS}-${{ matrix.arch }}.zip
109
mime: application/zip
0 commit comments