mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
Update build_pr.yml
This commit is contained in:
7
.github/workflows/build_pr.yml
vendored
7
.github/workflows/build_pr.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user