Skip to content

Commit

Permalink
Fixed upload of binary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Apr 21, 2019
1 parent 61204dd commit 7024c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ action "Test" {
##
action "Upload" {
uses = "skx/github-action-publish-binaries@master"
args = "deployr-*"
args = "tunneller-*"
secrets = ["GITHUB_TOKEN"]
}

0 comments on commit 7024c9f

Please sign in to comment.