Skip to content

Commit a25d56b

Browse files
committed
test 2
1 parent 0aadbac commit a25d56b

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/workflows/jetbrains-release.yaml

+16-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
# ./gradlew listProductsReleases # prepare list of IDEs for Plugin Verifier
9696

9797
# # 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"
102102

103103
# Cache node_modules
104104
- name: Cache core node_modules
@@ -168,6 +168,18 @@ jobs:
168168
# echo "Validating codesigning for darwin-arm64 binary"
169169
# codesign -dv --verbose=4 ../../binary/bin/darwin-arm64/continue-binary
170170

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+
171183
- name: Try to run the darwin-arm64 binary
172184
run: |
173185
./binary/bin/darwin-arm64/continue-binary

0 commit comments

Comments
 (0)