Skip to content

Remove built packages, they will be built w/ actions #2

Remove built packages, they will be built w/ actions

Remove built packages, they will be built w/ actions #2

name: Build DQMGUI Installation Package
on: [push]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: npm install, build, and test
run: |
bash download_dependencies.sh
- name: Archive package artifact
uses: actions/upload-artifact@v3
with:
name: dist-without-markdown
path: |
.