Skip to content

Commit 85a3d69

Browse files
authored
fix image links in README.md (#444)
1 parent c4d8606 commit 85a3d69

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/create-build-artifacts.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646

4747
runs-on: ${{ matrix.arch.os }}
4848

49+
defaults:
50+
run:
51+
shell: bash
52+
4953
env:
5054
BRICKS_ARCH: ${{ matrix.arch.bricks_arch }}
5155

@@ -71,11 +75,10 @@ jobs:
7175
yarn run fix
7276
7377
- run: |
74-
TAG="release-v$(cat package.json | jq -r .version)"
75-
yarn run package -t ${{ matrix.arch.vsix_arch }}
78+
TAG="release-v$(cat package.json | jq -r .version)" yarn run package -t ${{ matrix.arch.vsix_arch }}
7679
working-directory: packages/databricks-vscode
7780
78-
- uses: actions/upload-artifact@v2
81+
- uses: actions/upload-artifact@v3
7982
with:
8083
name: databricks-${{ matrix.arch.vsix_arch }}
8184
path: "packages/databricks-vscode/*.vsix"

0 commit comments

Comments
 (0)