We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09395d7 commit 8d05b45Copy full SHA for 8d05b45
.github/cpt/Dockerfile
.github/cpt/entrypoint.sh
.github/main.workflow
@@ -5,7 +5,7 @@ workflow "Publish" {
5
6
action "publish" {
7
needs = ["filter-publish", "store-env"]
8
- uses = "./.github/cpt/"
+ uses = "grisumbras/conan-actions/cpt@master"
9
secrets = ["CONAN_LOGIN_USERNAME", "CONAN_PASSWORD"]
10
}
11
@@ -17,7 +17,7 @@ workflow "Build" {
17
18
action "build" {
19
needs = ["filter-not-publish", "store-env"]
20
21
22
23
0 commit comments