Skip to content

Commit 7fb708e

Browse files
committed
fix paths
1 parent 2cef131 commit 7fb708e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: package
3737
shell: bash
3838
run: |
39-
mkdir dist/modules
40-
mv dist/frame-receiver dist/modules/
41-
mv dist/hardware-server/ dist/modules/
42-
mv integration-runner/out/integration-runner-linux-x64/ dist/modules/
39+
mkdir ./dist/modules
40+
mv ./dist/frame-receiver ./dist/modules/
41+
mv ./dist/hardware-server/ ./dist/modules/
42+
mv ./integration-runner/out/integration-runner-linux-x64/ ./dist/modules/
4343
- uses: actions/upload-artifact@v4
4444
with:
4545
name: Artifacts

0 commit comments

Comments
 (0)