We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d8606 commit 85a3d69Copy full SHA for 85a3d69
.github/workflows/create-build-artifacts.yml
@@ -46,6 +46,10 @@ jobs:
46
47
runs-on: ${{ matrix.arch.os }}
48
49
+ defaults:
50
+ run:
51
+ shell: bash
52
+
53
env:
54
BRICKS_ARCH: ${{ matrix.arch.bricks_arch }}
55
@@ -71,11 +75,10 @@ jobs:
71
75
yarn run fix
72
76
73
77
- run: |
74
- TAG="release-v$(cat package.json | jq -r .version)"
- 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 }}
79
working-directory: packages/databricks-vscode
80
- - uses: actions/upload-artifact@v2
81
+ - uses: actions/upload-artifact@v3
82
with:
83
name: databricks-${{ matrix.arch.vsix_arch }}
84
path: "packages/databricks-vscode/*.vsix"
0 commit comments