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

Commit

Permalink
Merge fixes for github release actions from develop to master (#638)
Browse files Browse the repository at this point in the history
Merge fixes for github release actions from develop to master
  • Loading branch information
joshuali925 authored Jul 29, 2020
2 parents 35e37a3 + ca380f3 commit 0ed6594
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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

0 comments on commit 0ed6594

Please sign in to comment.