This commit is contained in:
Tingluo Huang
2021-10-22 17:12:46 +00:00
committed by GitHub
parent 869b2ad57e
commit 7d579af75a
2 changed files with 4 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ jobs:
run: |
mkdir $RUNNER_TEMP/alpine_node
docker run --rm -v $RUNNER_TEMP/alpine_node:/node_output alpine_nodejs:${{github.event.inputs.NodeVersion}}
ls -l -R $RUNNER_TEMP/alpine_node
- name: Upload alpine node.js
uses: actions/upload-artifact@v2
with: