Skip to content

Commit 7f48ccc

Browse files
committed
as expected path...
1 parent 9ff25a3 commit 7f48ccc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ jobs:
6363
with:
6464
name: framework
6565
path: dist
66+
- name: Move framework files to dist root
67+
run: |
68+
if [ -d dist/dist ]; then
69+
mv dist/dist/* dist/
70+
rmdir dist/dist
71+
fi
6672
- name: Download slave_firmware artifact
6773
uses: actions/download-artifact@v4
6874
with:

0 commit comments

Comments
 (0)