Skip to content

Commit e46a5b4

Browse files
authored
Fix files path
1 parent 5d00944 commit e46a5b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ jobs:
126126
- uses: softprops/action-gh-release@v1
127127
with:
128128
files: |
129-
release_linux.tar.gz
130-
release_darwin.tar.gz
131-
release_windows.tar.gz
129+
release_linux.zip
130+
release_darwin.zip
131+
release_windows.zip

0 commit comments

Comments
 (0)