File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 - name : Install dependencies
2828 run : yarn install && yarn build
2929 - name : Upload distribution
30- if : startsWith(github.ref, 'refs/tags/')
30+ # if: startsWith(github.ref, 'refs/tags/')
3131 uses : actions/upload-artifact@v1
3232 with :
3333 name : ${{ github.job }}
4848 - name : Install dependencies
4949 run : yarn install && yarn build
5050 - name : Upload distribution
51- if : startsWith(github.ref, 'refs/tags/')
51+ # if: startsWith(github.ref, 'refs/tags/')
5252 uses : actions/upload-artifact@v1
5353 with :
5454 name : ${{ github.job }}
5959 container : node:12
6060 env :
6161 lambda_name : scale-runners
62- lambda_path : modules/scale- runners/lambdas/scale-runners
62+ lambda_path : modules/runners/lambdas/scale-runners
6363 defaults :
6464 run :
6565 working-directory : ${{ env.lambda_path }}
6868 - name : Install dependencies
6969 run : yarn install && yarn build
7070 - name : Upload distribution
71- if : startsWith(github.ref, 'refs/tags/')
71+ # if: startsWith(github.ref, 'refs/tags/')
7272 uses : actions/upload-artifact@v1
7373 with :
7474 name : ${{ github.job }}
You can’t perform that action at this time.
0 commit comments