Skip to content

Commit 825b96c

Browse files
authored
Merge pull request #8 from emilcode-dev/feature/ghaction-publish-package
[fixed] conan upload --all flag fixed
2 parents f288ddb + 9d17b79 commit 825b96c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050

5151
- name: Upload Conan package
5252
run: |
53-
conan upload "*/${{ steps.vars.outputs.version }}@" --all -r=github --confirm
53+
conan upload "*/${{ steps.vars.outputs.version }}@" --remote=github --all-revisions --confirm
5454
env:
5555
CONAN_LOGIN_USERNAME: ${{ github.actor }}
5656
CONAN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
57-

0 commit comments

Comments
 (0)