Skip to content

Commit fce0c7c

Browse files
authored
Update node.yaml
1 parent 1fdd6d5 commit fce0c7c

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/workflows/node.yaml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,28 @@ jobs:
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

0 commit comments

Comments
 (0)