Update build_pr.yml

This commit is contained in:
Luke Hagar
2023-10-25 15:38:10 -05:00
parent 74ccf497a7
commit 7afaafe395

View File

@@ -47,3 +47,10 @@ jobs:
cd plexjs cd plexjs
npm install npm install
npm run build npm run build
- name: Archive test build
uses: actions/upload-artifact@v3
with:
name: PR-Build-${{ github.ref }}
path: |
plexjs