File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ jobs:
95
95
# ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
96
96
97
97
# # Setup Node.js
98
- # - name: Use Node.js from .nvmrc
99
- # uses: actions/setup-node@v4
100
- # with:
101
- # node-version-file: ".nvmrc"
98
+ - name : Use Node.js from .nvmrc
99
+ uses : actions/setup-node@v4
100
+ with :
101
+ node-version-file : " .nvmrc"
102
102
103
103
# Cache node_modules
104
104
- name : Cache core node_modules
@@ -168,6 +168,18 @@ jobs:
168
168
# echo "Validating codesigning for darwin-arm64 binary"
169
169
# codesign -dv --verbose=4 ../../binary/bin/darwin-arm64/continue-binary
170
170
171
+ - name : Upload artifact (darwin-arm64)
172
+ uses : actions/upload-artifact@v4
173
+ with :
174
+ name : continue-binary-darwin-arm64
175
+ path : ./binary/bin/darwin-arm64/
176
+
177
+ - name : Upload artifact (darwin-x64)
178
+ uses : actions/upload-artifact@v4
179
+ with :
180
+ name : continue-binary-darwin-x64
181
+ path : ./binary/bin/darwin-x64/
182
+
171
183
- name : Try to run the darwin-arm64 binary
172
184
run : |
173
185
./binary/bin/darwin-arm64/continue-binary
You can’t perform that action at this time.
0 commit comments