diff --git a/.github/main.workflow b/.github/main.workflow index 287f083..5af2f6e 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -33,6 +33,6 @@ action "Test" { ## action "Upload" { uses = "skx/github-action-publish-binaries@master" - args = "deployr-*" + args = "tunneller-*" secrets = ["GITHUB_TOKEN"] }