File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525 cancel-in-progress : false
2626
2727env :
28- BUILD_PATH : " dist " # default value when not using subfolders
28+ BUILD_PATH : " astrowind " # default value when not using subfolders
2929 # BUILD_PATH: subfolder
3030
3131jobs :
3838 - name : Detect package manager
3939 id : detect-package-manager
4040 run : |
41- if [ -f "${{ github.workspace }}/yarn.lock" ]; then
42- echo "manager=yarn" >> $GITHUB_OUTPUT
43- echo "command=install" >> $GITHUB_OUTPUT
44- echo "runner=yarn" >> $GITHUB_OUTPUT
45- echo "lockfile=yarn.lock" >> $GITHUB_OUTPUT
46- exit 0
47- elif [ -f "${{ github.workspace }}/package.json" ]; then
41+ if [ -f "${{ github.workspace }}/package.json" ]; then
4842 echo "manager=npm" >> $GITHUB_OUTPUT
4943 echo "command=ci" >> $GITHUB_OUTPUT
5044 echo "runner=npx --no-install" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments