Fix the 'build-dist' action

This commit is contained in:
daz 2024-04-10 12:06:37 -06:00
parent 87f10dd82f
commit 6832731061
No known key found for this signature in database

View File

@ -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: