Skip to content

Commit 02ddf4d

Browse files
committed
Update CI for debugging
1 parent f1d047f commit 02ddf4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ jobs:
106106
uses: actions/upload-artifact@v4
107107
with:
108108
path: |
109-
dist
110-
debug
111-
!debug/*.woff
112-
!debug/*.woff2
113-
!dist/*.woff
114-
!dist/*.woff2
109+
netbox/project-static/dist
110+
netbox/project-static/debug
111+
!netbox/project-static/debug/*.woff
112+
!netbox/project-static/debug/*.woff2
113+
!netbox/project-static/dist/*.woff
114+
!netbox/project-static/dist/*.woff2
115115
116116
- name: Validate Static Asset Integrity
117117
run: scripts/verify-bundles.sh

0 commit comments

Comments
 (0)