Skip to content

Commit cc5ec17

Browse files
committed
copy it
1 parent 8a57a9d commit cc5ec17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- uses: actions/download-artifact@v5
3838
with:
39-
# ab
40-
# name: artifacts
4139
github-token: ${{ secrets.GITHUB_TOKEN }}
4240
run-id: 18236298785
4341
- name: Trigger Bootloader
4442
run: |
43+
mkdir -p build-artifacts/zephyr/fprime-zephyr-deployment/dict && mv ReferenceDeploymentTopologyDictionary.json build-artifacts/zephyr/fprime-zephyr-deployment/dict
4544
make submodules
4645
make fprime-venv
4746
make bootloader

0 commit comments

Comments
 (0)