This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 28
28
uses : actions/upload-artifact@v1
29
29
with :
30
30
name : cppcheck-results
31
- path : cppcheck-results.log
31
+ path : sql-odbc/ cppcheck-results.log
32
32
- name : get-dependencies
33
33
run : |
34
34
brew unlink unixodbc
@@ -71,13 +71,13 @@ jobs:
71
71
uses : actions/upload-artifact@v1
72
72
with :
73
73
name : mac-build
74
- path : build
74
+ path : sql-odbc/ build
75
75
- name : upload-installer
76
76
if : success()
77
77
uses : actions/upload-artifact@v1
78
78
with :
79
79
name : mac-installer
80
- path : installer
80
+ path : sql-odbc/ installer
81
81
- name : upload-artifacts-s3
82
82
if : success()
83
83
run : |
@@ -125,13 +125,13 @@ jobs:
125
125
uses : actions/upload-artifact@v1
126
126
with :
127
127
name : windows32-build
128
- path : build
128
+ path : sql-odbc/ build
129
129
- name : upload-installer
130
130
if : always()
131
131
uses : actions/upload-artifact@v1
132
132
with :
133
133
name : windows32-installer
134
- path : installer
134
+ path : sql-odbc/ installer
135
135
- name : upload-artifacts-s3
136
136
if : success()
137
137
shell : bash
@@ -180,13 +180,13 @@ jobs:
180
180
uses : actions/upload-artifact@v1
181
181
with :
182
182
name : windows64-build
183
- path : build
183
+ path : sql-odbc/ build
184
184
- name : upload-installer
185
185
if : always()
186
186
uses : actions/upload-artifact@v1
187
187
with :
188
188
name : windows64-installer
189
- path : installer
189
+ path : sql-odbc/ installer
190
190
- name : upload-artifacts-s3
191
191
if : success()
192
192
shell : bash
Original file line number Diff line number Diff line change 29
29
repository : opendistro-for-elasticsearch/kibana-oss
30
30
ref : 7.8.0
31
31
token : ${{secrets.OD_ACCESS}}
32
- path : kibana
32
+ path : sql/ kibana
33
33
34
34
- name : Setup Node
35
35
uses : actions/setup-node@v1
You can’t perform that action at this time.
0 commit comments