Skip to content

Commit 9b8d570

Browse files
committed
upload file updated on the CI side
1 parent bf4d9f4 commit 9b8d570

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ jobs:
3939
- name: Build
4040
run: |
4141
python pack.py
42-
42+
43+
- name: Upload package-lock.json
44+
uses: actions/upload-artifact@v2
45+
with:
46+
name: localFile
47+
path: package-lock.json
48+
4349
# Keep this in case we switch to Linux OS someday
4450
# - name: Run tests on Linux OS
4551
# run: xvfb-run -a npm test

0 commit comments

Comments
 (0)