@@ -164,7 +164,7 @@ jobs:
164
164
165
165
runs-on : macos-12
166
166
env :
167
- EXE_PATH : " skel/ArduinoCreateAgent .app/Contents/MacOS/"
167
+ EXE_PATH : " skel/ArduinoCloudAgent .app/Contents/MacOS/"
168
168
169
169
steps :
170
170
- name : Checkout
@@ -195,7 +195,7 @@ jobs:
195
195
196
196
- name : Generate Info.plist for MacOS
197
197
run : |
198
- cat > skel/ArduinoCreateAgent .app/Contents/Info.plist <<EOF
198
+ cat > skel/ArduinoCloudAgent .app/Contents/Info.plist <<EOF
199
199
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>CFBundlePackageType</key><string>APPL</string><key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
200
200
201
201
<key>CFBundleIconFile</key> <string>AppIcon.icns</string>
@@ -287,7 +287,7 @@ jobs:
287
287
run : |
288
288
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
289
289
# See: https://github.com/mitchellh/gon#configuration-file
290
- source = ["ArduinoCreateAgent .app"]
290
+ source = ["ArduinoCloudAgent .app"]
291
291
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
292
292
293
293
sign {
@@ -301,7 +301,7 @@ jobs:
301
301
run : gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
302
302
303
303
- name : Zip output app bundle
304
- run : ditto -c -k ArduinoCreateAgent .app/ ArduinoCloudAgent.app_${{ matrix.arch }}_notarized.zip
304
+ run : ditto -c -k ArduinoCloudAgent .app/ ArduinoCloudAgent.app_${{ matrix.arch }}_notarized.zip
305
305
306
306
- name : Remove gon used for code signing
307
307
run : |
0 commit comments