summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2021-10-13 10:52:12 +0200
committerGitHub <noreply@github.com>2021-10-13 10:52:12 +0200
commit5bd9db07ed90ce6e21287564f6ec6b1a5e7aa1e0 (patch)
tree2a7c2cdc19e0520d9bcc558428aadf3d5be95c11 /.github
parenta2df77a0a4651f4e8da7b7c57a222b57baa4513d (diff)
Fix path and permissions of publisher (#498)
* Fix the download path * Fix execution rights
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-test-workflow.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/integration-test-workflow.yml b/.github/workflows/integration-test-workflow.yml
index 8456c110..6a81d88c 100644
--- a/.github/workflows/integration-test-workflow.yml
+++ b/.github/workflows/integration-test-workflow.yml
@@ -142,7 +142,10 @@ jobs:
workflow_conclusion: success
branch: main
name: examples_armv7-unknown-linux-gnueabihf
- path: examples
+ path: /home/pi/examples
+
+ - name: chmod publisher
+ run: chmod +x /home/pi/examples/sawtooth_publisher
- name: Run Smoke Test
run: ./ci/ci_smoke_test.sh