Skip to content

Commit 77c556d

Browse files
dubeerabbah
authored andcommitted
Save Ballerina Binaries (#405)
1 parent 3172036 commit 77c556d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/action.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,8 @@ func getBinaryKindExtension(runtime string) (extension string) {
662662
switch strings.ToLower(runtime) {
663663
case JAVA:
664664
extension = JAVA_EXT
665+
case BAL:
666+
extension = BAL_BIN_EXT
665667
default:
666668
extension = ZIP_EXT
667669
}

0 commit comments

Comments
 (0)