Skip to content

Commit 0cfd4af

Browse files
committed
optimizations regarding executable name and x
1 parent 3af5264 commit 0cfd4af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,11 @@ jobs:
9090
name: arduino-create-agent-ubuntu-latest
9191
path: artifacts/linux-386/
9292

93-
- name: ls test
94-
run: ls -lah
93+
- name: Make executable
94+
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
9598

9699
- name: Save license to file
97100
run: echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml

0 commit comments

Comments
 (0)