mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +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 run build
|
||||
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
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user