Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Fix Android release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rami-Sabbagh committed Oct 20, 2019
1 parent 0d6f05c commit 496c0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local templates = {
["love_win64.zip"] = "LIKO-12_x86_64_Windows.zip",
["love_linux/LIKO-12-x86_64.AppImage"] = "LIKO-12_x86_64_Linux.AppImage",
["love_macos/love_macos.zip"] = "LIKO-12_macOS.zip",
["love_macos/love_android.apk"] = "LIKO-12_Android.apk"
["love_android/love_android.apk"] = "LIKO-12_Android.apk"
}

local tag = getTag()
Expand Down

0 comments on commit 496c0fa

Please sign in to comment.