Skip to content

Commit 5982b5d

Browse files
committed
121
1 parent 5380a59 commit 5982b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
uses: softprops/[email protected]
9595
with:
9696
files: |
97-
macos-${{ env.VERSION }}
98-
windows-${{ env.VERSION }}
99-
linux-${{ env.VERSION }}
97+
macos-${{ env.VERSION }}.zip
98+
windows-${{ env.VERSION }}.zip
99+
linux-${{ env.VERSION }}.zip
100100
tag_name: ${{ env.VERSION }}
101101

102102
# - name: Upload Linux Asset

0 commit comments

Comments
 (0)