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

Merge fixes for github release actions from develop to master #638

Merged
merged 1 commit into from
Jul 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/sql-odbc-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: cppcheck-results
path: cppcheck-results.log
path: sql-odbc/cppcheck-results.log
- name: get-dependencies
run: |
brew unlink unixodbc
Expand Down Expand Up @@ -71,13 +71,13 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: mac-build
path: build
path: sql-odbc/build
- name: upload-installer
if: success()
uses: actions/upload-artifact@v1
with:
name: mac-installer
path: installer
path: sql-odbc/installer
- name: upload-artifacts-s3
if: success()
run: |
Expand Down Expand Up @@ -125,13 +125,13 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: windows32-build
path: build
path: sql-odbc/build
- name: upload-installer
if: always()
uses: actions/upload-artifact@v1
with:
name: windows32-installer
path: installer
path: sql-odbc/installer
- name: upload-artifacts-s3
if: success()
shell: bash
Expand Down Expand Up @@ -180,13 +180,13 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: windows64-build
path: build
path: sql-odbc/build
- name: upload-installer
if: always()
uses: actions/upload-artifact@v1
with:
name: windows64-installer
path: installer
path: sql-odbc/installer
- name: upload-artifacts-s3
if: success()
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sql-workbench-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
repository: opendistro-for-elasticsearch/kibana-oss
ref: 7.8.0
token: ${{secrets.OD_ACCESS}}
path: kibana
path: sql/kibana

- name: Setup Node
uses: actions/setup-node@v1
Expand Down