Skip to content

Commit 80b9008

Browse files
chore: fix ci (#250)
1 parent eb1d8c1 commit 80b9008

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/changesets.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ jobs:
100100
CPU: wasm32
101101
name: ${{ matrix.settings.env.CPU == 'wasm32' && 'Package Extension - web' || format('Package Extension - {0} - {1} - {2}', matrix.settings.env.OS, matrix.settings.env.ARCH, matrix.settings.env.OS == 'win32' && 'msvc' || (matrix.settings.env.LIBC || 'glibc')) }}
102102
runs-on: ${{ matrix.settings.host }}
103-
needs: lint
104103
steps:
105104
- name: Checkout Repo
106105
uses: actions/checkout@v5
@@ -160,6 +159,11 @@ jobs:
160159
with:
161160
path: packages/vscode
162161

162+
- name: List downloaded artifacts
163+
run: |
164+
echo "=== Downloaded artifacts ==="
165+
find packages/vscode -type f
166+
163167
- name: Create Release Pull Request or Release
164168
id: changesets
165169
uses: changesets/action@v1

0 commit comments

Comments
 (0)