mirror of
https://github.com/gradle/actions.git
synced 2025-08-24 02:41:29 +08:00
Fix the 'build-dist' action
This commit is contained in:
parent
87f10dd82f
commit
6832731061
6
.github/actions/build-dist/action.yml
vendored
6
.github/actions/build-dist/action.yml
vendored
@ -16,6 +16,12 @@ runs:
|
|||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
working-directory: sources
|
working-directory: sources
|
||||||
|
|
||||||
|
- name: Copy the generated sources/dist directory to the top-level dist
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
cp -r sources/dist .
|
||||||
|
|
||||||
- name: Upload distribution
|
- name: Upload distribution
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user