1 Commits
11.0 ... 13.0

Author SHA1 Message Date
85ff333c66 use var instead of env 2024-06-15 13:36:38 +08:00

View File

@ -4,12 +4,12 @@ description: 'build docker image and push to simcu code'
runs: runs:
using: 'composite' using: 'composite'
steps: steps:
- uses: docker://node:20 - uses: docker://node:18
with: with:
entrypoint: "/bin/bash" entrypoint: "/bin/bash"
args: | args: |
-c "npm install && \ -c "npm install && \
npm run build -- --output-path=dist" npm run build -- --outputPath=dist"
- uses: docker://ubuntu:latest - uses: docker://ubuntu:latest
with: with: