Skip to content

Commit

Permalink
build: Upload source files with sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Oct 16, 2020
1 parent c189c74 commit 997aafa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: sourcemaps
path: ${{ github.workspace }}/dist/**/*.map
path: |
${{ github.workspace }}/dist/**/*.map
${{ github.workspace }}/dist/**/*.js
publish:
needs: [build, init_release]
Expand Down

1 comment on commit 997aafa

@vercel
Copy link

@vercel vercel bot commented on 997aafa Oct 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.