Skip to content

Commit 06d9983

Browse files
committed
Fix: Add exe extension to windows pack binary
Signed-off-by: Javier Romero <[email protected]>
1 parent 1e0c9e5 commit 06d9983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
chmod +x pack-linux/pack
9494
tar -C pack-linux -vzcf pack-linux.tgz pack
9595
- name: Package artifacts - windows
96-
run: zip -j pack-windows.zip pack-windows/pack
96+
run: zip -j pack-windows.zip pack-windows/pack.exe
9797
- name: Extract lifecycle version
9898
id: lifecycle_version
9999
run: |

0 commit comments

Comments
 (0)