Skip to content

Commit

Permalink
Fix: Add exe extension to windows pack binary
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Romero <[email protected]>
  • Loading branch information
jromero committed Apr 14, 2020
1 parent 1e0c9e5 commit 06d9983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
chmod +x pack-linux/pack
tar -C pack-linux -vzcf pack-linux.tgz pack
- name: Package artifacts - windows
run: zip -j pack-windows.zip pack-windows/pack
run: zip -j pack-windows.zip pack-windows/pack.exe
- name: Extract lifecycle version
id: lifecycle_version
run: |
Expand Down

0 comments on commit 06d9983

Please sign in to comment.