File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 30
30
code-target : win32-x64
31
31
- os : windows-latest
32
32
target : i686-pc-windows-msvc
33
- code-target : win32-ia32
34
33
- os : windows-latest
35
34
target : aarch64-pc-windows-msvc
36
35
code-target : win32-arm64
@@ -102,12 +101,12 @@ jobs:
102
101
working-directory : editors/code
103
102
104
103
- name : Package Extension (release)
105
- if : github.ref == 'refs/heads/release'
104
+ if : github.ref == 'refs/heads/release' && matrix.code-target
106
105
run : npx vsce package -o "../../dist/rust-analyzer-${{ matrix.code-target }}.vsix" --target ${{ matrix.code-target }}
107
106
working-directory : editors/code
108
107
109
108
- name : Package Extension (nightly)
110
- if : github.ref != 'refs/heads/release'
109
+ if : github.ref != 'refs/heads/release' && matrix.code-target
111
110
run : npx vsce package -o "../../dist/rust-analyzer-${{ matrix.code-target }}.vsix" --target ${{ matrix.code-target }} --pre-release
112
111
working-directory : editors/code
113
112
You can’t perform that action at this time.
0 commit comments