Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

butlerPush pushes twice #3

Open
HybridEidolon opened this issue Jan 8, 2017 · 2 comments
Open

butlerPush pushes twice #3

HybridEidolon opened this issue Jan 8, 2017 · 2 comments

Comments

@HybridEidolon
Copy link

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"
    }
}
@electronstudio
Copy link

I have a different problem - it always pushes windows even when on MacOS. But I think my fix will fix your problem too. #4

@tomcashman
Copy link
Contributor

I've pushed 1.1.2 to Maven Central, hopefully fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants