Skip to content

Commit af820a4

Browse files
committed
ci: Logging after _release index
1 parent 3ecf627 commit af820a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ jobs:
139139
name: index.js
140140
path: _release/index.js
141141

142+
- name: Generate NPM package and release
143+
run: |
144+
ls _release;
145+
echo "---";
146+
ls;
147+
142148
- name: Download linux artifacts
143149
if: ${{ success() }}
144150
uses: actions/download-artifact@master

0 commit comments

Comments
 (0)