We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cef131 commit 7fb708eCopy full SHA for 7fb708e
.github/workflows/build.yml
@@ -36,10 +36,10 @@ jobs:
36
- name: package
37
shell: bash
38
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/
+ mkdir ./dist/modules
+ mv ./dist/frame-receiver ./dist/modules/
+ mv ./dist/hardware-server/ ./dist/modules/
+ mv ./integration-runner/out/integration-runner-linux-x64/ ./dist/modules/
43
- uses: actions/upload-artifact@v4
44
with:
45
name: Artifacts
0 commit comments