Skip to content

Rename executable and releases to Arduino Cloud Agent #961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 17, 2024
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
MatteoPologruto committed Jul 17, 2024
commit 22e9940973242e6b51c3d9cd55b250c7bfcd22f0
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ jobs:
- name: Install create-dmg
run: brew install create-dmg

- name: Genarate DMG
- name: Generate DMG
run: |
create-dmg \
--volname "ArduinoCloudAgent" \
Expand Down