Skip to content

Commit e54fe82

Browse files
committed
Add remote
1 parent b1b41a7 commit e54fe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ jobs:
124124
- name: Upload the recipe
125125
run: |
126126
conan upload '${{ matrix.package.name }}' \
127-
--remote ${{ var.CONAN_URL }} \
127+
--remote ${{ env.CONAN_REMOTE_URL }} \
128128
--confirm \
129129
--dry-run

0 commit comments

Comments
 (0)