Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 0ed6594

Browse files
authored
Merge fixes for github release actions from develop to master (#638)
Merge fixes for github release actions from develop to master
2 parents 35e37a3 + ca380f3 commit 0ed6594

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/sql-odbc-release-workflow.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/upload-artifact@v1
2929
with:
3030
name: cppcheck-results
31-
path: cppcheck-results.log
31+
path: sql-odbc/cppcheck-results.log
3232
- name: get-dependencies
3333
run: |
3434
brew unlink unixodbc
@@ -71,13 +71,13 @@ jobs:
7171
uses: actions/upload-artifact@v1
7272
with:
7373
name: mac-build
74-
path: build
74+
path: sql-odbc/build
7575
- name: upload-installer
7676
if: success()
7777
uses: actions/upload-artifact@v1
7878
with:
7979
name: mac-installer
80-
path: installer
80+
path: sql-odbc/installer
8181
- name: upload-artifacts-s3
8282
if: success()
8383
run: |
@@ -125,13 +125,13 @@ jobs:
125125
uses: actions/upload-artifact@v1
126126
with:
127127
name: windows32-build
128-
path: build
128+
path: sql-odbc/build
129129
- name: upload-installer
130130
if: always()
131131
uses: actions/upload-artifact@v1
132132
with:
133133
name: windows32-installer
134-
path: installer
134+
path: sql-odbc/installer
135135
- name: upload-artifacts-s3
136136
if: success()
137137
shell: bash
@@ -180,13 +180,13 @@ jobs:
180180
uses: actions/upload-artifact@v1
181181
with:
182182
name: windows64-build
183-
path: build
183+
path: sql-odbc/build
184184
- name: upload-installer
185185
if: always()
186186
uses: actions/upload-artifact@v1
187187
with:
188188
name: windows64-installer
189-
path: installer
189+
path: sql-odbc/installer
190190
- name: upload-artifacts-s3
191191
if: success()
192192
shell: bash

.github/workflows/sql-workbench-release-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
repository: opendistro-for-elasticsearch/kibana-oss
3030
ref: 7.8.0
3131
token: ${{secrets.OD_ACCESS}}
32-
path: kibana
32+
path: sql/kibana
3333

3434
- name: Setup Node
3535
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)