Skip to content

Commit

Permalink
Fix linux build artifact extension
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Dec 13, 2024
1 parent 3288573 commit 9241993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi

# OS archive file extension
EXT="zip"
if [[ $OS == "linux" ]]
if [[ $FLUTTER_OS == "linux" ]]
then
EXT="tar.xz"
fi
Expand Down

0 comments on commit 9241993

Please sign in to comment.