Skip to content

Commit 5b0cc1f

Browse files
committed
Fix an error in packages deployment to BinTray repositories
1 parent e00316d commit 5b0cc1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bintray-deb.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"files": [
1919
{
20-
"includePattern": "./bin/(.*\\.deb)",
20+
"includePattern": "./dist/(.*\\.deb)",
2121
"uploadPattern": "$1",
2222
"matrixParams": {
2323
"override": 1,

.bintray-freebsd.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"files": [
1919
{
20-
"includePattern": "./bin/(.*\\.txz)",
20+
"includePattern": "./dist/(.*\\.txz)",
2121
"uploadPattern": "$1",
2222
"matrixParams": {
2323
"override": 1

.bintray-rpm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"files": [
1919
{
20-
"includePattern": "./bin/(.*\\.rpm)",
20+
"includePattern": "./dist/(.*\\.rpm)",
2121
"uploadPattern": "$1",
2222
"matrixParams": {
2323
"override": 1

0 commit comments

Comments
 (0)