Fix starcatcher-publish step so it actually uploads apks now
This commit is contained in:
parent
823ff9080e
commit
20bdee33e2
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -176,8 +176,8 @@ jobs:
|
||||
#########################################################
|
||||
############# BEGIN BLOCK COPIED FROM ABOVE #############
|
||||
#########################################################
|
||||
machine_short: [x86_64, i686, arm64]
|
||||
platform_short: [lin, mac, win]
|
||||
machine_short: [x86_64, i686, arm64, arm]
|
||||
platform_short: [lin, mac, win, and]
|
||||
toolset_short: [gcc, msvc, mingw]
|
||||
static_dynamic: [static, dynamic]
|
||||
exclude:
|
||||
|
Loading…
Reference in New Issue
Block a user