We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af5264 commit 0cfd4afCopy full SHA for 0cfd4af
.github/workflows/release.yml
@@ -90,8 +90,11 @@ jobs:
90
name: arduino-create-agent-ubuntu-latest
91
path: artifacts/linux-386/
92
93
- - name: ls test
94
- run: ls -lah
+ - name: Make executable
+ run: chmod +x artifacts/linux-386/arduino-create-agent
95
+
96
+ - name: Rename executable to Arduino_Create_Bridge
97
+ run: mv artifacts/linux-386/arduino-create-agent artifacts/linux-386/Arduino_Create_Bridge
98
99
- name: Save license to file
100
run: echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml
0 commit comments