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 5af3621 commit 770b456Copy full SHA for 770b456
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: yarn test
39
40
- name: Upload dist
41
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.6.0
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
42
with:
43
name: dist
44
path: |
@@ -94,7 +94,7 @@ jobs:
94
yarn package --target ${{ matrix.target }}
95
96
- name: Upload package
97
98
99
name: vsix-package-${{ matrix.target }}
100
path: ./*.vsix
0 commit comments