File tree Expand file tree Collapse file tree 6 files changed +7
-0
lines changed Expand file tree Collapse file tree 6 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/download-artifact@v4
1616 with :
1717 name : js-build-${{ github.sha }}
18+ path : packages
1819
1920 - name : Unpack JS build artifacts archive
2021 shell : bash
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ jobs:
250250 uses : actions/download-artifact@v4
251251 with :
252252 name : js-build-${{ github.sha }}
253+ path : packages
253254
254255 - name : Install macOS build deps
255256 if : runner.os == 'macOS'
Original file line number Diff line number Diff line change 9494 path : ${{ steps.diff.outputs.files }}
9595 retention-days : 1
9696 if-no-files-found : error
97+ include-hidden-files : true
9798 if : ${{ steps.check-artifact.outputs.exists != 'true' }}
9899
Original file line number Diff line number Diff line change 3434 uses : actions/download-artifact@v4
3535 with :
3636 name : js-build-${{ github.sha }}
37+ path : packages
3738
3839 - name : Initialize CodeQL
3940 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 4545 uses : actions/download-artifact@v4
4646 with :
4747 name : js-build-${{ github.sha }}
48+ path : packages
4849
4950 - name : Replace with pre-built images
5051 run : |
Original file line number Diff line number Diff line change 3939 uses : actions/download-artifact@v4
4040 with :
4141 name : js-build-${{ github.sha }}
42+ path : packages
4243
4344 - name : Run ESLinter
4445 run : yarn workspace "${{ inputs.package }}" lint
7071 uses : actions/download-artifact@v4
7172 with :
7273 name : js-build-${{ github.sha }}
74+ path : packages
7375
7476 - name : Create necessary dotenv files
7577 run : |
You can’t perform that action at this time.
0 commit comments