Skip to content

Commit

Permalink
Update measures_model_articulation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Oct 31, 2023
1 parent b717a88 commit 55cd03d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/measures_model_articulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
with:
repository: NREL/openstudio-model-articulation-gem
ref: ${{ env.COMMON }}
path: common
path: model-articulation
sparse-checkout: |
lib/measures/RotateBuilding
lib/measures/SetWindowToWallRatioByFacade
- name: copy files from NREL/openstudio-model-articulation-gem
shell: bash
run: cp -r common/lib/measures measures && ls measures
run: |
cp -r /lib/measures/RotateBuilding/* measures/RotateBuilding
cp -r /lib/measures/SetWindowToWallRatioByFacade/* measures/SetWindowToWallRatioByFacade
ls measures
- name: upload files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 55cd03d

Please sign in to comment.