mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Fix the 'build-dist' action
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user