Skip to content

Commit 9241993

Browse files
committed
Fix linux build artifact extension
1 parent 3288573 commit 9241993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fi
6565

6666
# OS archive file extension
6767
EXT="zip"
68-
if [[ $OS == "linux" ]]
68+
if [[ $FLUTTER_OS == "linux" ]]
6969
then
7070
EXT="tar.xz"
7171
fi

0 commit comments

Comments
 (0)