File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 4949 SOURCEPATH=build
5050 OUTPUTPATH=...
5151 fi
52- octo pack --basePath ${SOURCEPATH} --outFolder ${OUTPUTPATH} --id RandomQuotes-JS --version ${{ steps.determine_version.outputs.semVer }} --format zip --overwrite --include **/*.html --include **/*.htm --include **/*.css --include **/*.js --include **/*.min --include **/*.map --include **/*.sql --include **/*.png --include **/*.jpg --include **/*.jpeg --include **/*.gif --include **/*.json --include **/*.env --include **/*.txt --include **/*.Procfile
52+ octo pack \
53+ --basePath ${SOURCEPATH} \
54+ --outFolder ${OUTPUTPATH} \
55+ --id RandomQuotes-JS \
56+ --version ${{ steps.determine_version.outputs.semVer }} \
57+ --format zip \
58+ --overwrite \
59+ --include **/*.html \
60+ --include **/*.htm \
61+ --include **/*.css \
62+ --include **/*.js \
63+ --include **/*.min \
64+ --include **/*.map \
65+ --include **/*.sql \
66+ --include **/*.png \
67+ --include **/*.jpg \
68+ --include **/*.jpeg \
69+ --include **/*.gif \
70+ --include **/*.json \
71+ --include **/*.env \
72+ --include **/*.txt \
73+ --include **/*.Procfile
5374 shell : bash
5475 - id : get_artifact
5576 name : Get Artifact Path
You can’t perform that action at this time.
0 commit comments