Skip to content

butlerPush pushes twice #3

@HybridEidolon

Description

@HybridEidolon

Running on Windows on plugin version 1.1.1, the task butlerPush pushes twice.

butler {
    user = "hybrideidolon"
    game = "butler-test"
    updateButler = true
    userVersion = project.version

    windows {
        binDirectory = "$buildDir/install/$project.name"
        channel = "windows-osx-linux"
    }

    linux {
        binDirectory = "$buildDir/install/$project.name"
        channel = "windows-osx-linux"
    }

    osx {
        binDirectory = "$buildDir/install/$project.name"
        channel = "windows-osx-linux"
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions