Skip to content

Commit 22845ed

Browse files
fix zip in builds
1 parent 7d16211 commit 22845ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Locate and rename zip file
6767
id: find_zip
6868
env:
69-
ZIP_NAME=meshery-${{ matrix.os }}.zip
69+
ZIP_NAME: meshery-${{ matrix.os }}.zip
7070
run: |
7171
ZIP_PATH=$(find out/make -name '*.zip' | head -n 1)
7272
mv $ZIP_PATH out/$ZIP_NAME

0 commit comments

Comments
 (0)