@@ -183,7 +183,7 @@ jobs:
183
183
184
184
runs-on : macos-12
185
185
env :
186
- EXE_PATH : " skel/ArduinoCreateAgent .app/Contents/MacOS/"
186
+ EXE_PATH : " skel/ArduinoCloudAgent .app/Contents/MacOS/"
187
187
188
188
steps :
189
189
- name : Checkout
@@ -214,7 +214,7 @@ jobs:
214
214
215
215
- name : Generate Info.plist for MacOS
216
216
run : |
217
- cat > skel/ArduinoCreateAgent .app/Contents/Info.plist <<EOF
217
+ cat > skel/ArduinoCloudAgent .app/Contents/Info.plist <<EOF
218
218
<?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>
219
219
220
220
<key>CFBundleIconFile</key> <string>AppIcon.icns</string>
@@ -306,7 +306,7 @@ jobs:
306
306
run : |
307
307
cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
308
308
# See: https://github.com/mitchellh/gon#configuration-file
309
- source = ["ArduinoCreateAgent .app"]
309
+ source = ["ArduinoCloudAgent .app"]
310
310
bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
311
311
312
312
sign {
@@ -320,7 +320,7 @@ jobs:
320
320
run : gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
321
321
322
322
- name : Zip output app bundle
323
- run : ditto -c -k ArduinoCreateAgent .app/ ArduinoCloudAgent.app_${{ matrix.arch }}_notarized.zip
323
+ run : ditto -c -k ArduinoCloudAgent .app/ ArduinoCloudAgent.app_${{ matrix.arch }}_notarized.zip
324
324
325
325
- name : Remove gon used for code signing
326
326
run : |
0 commit comments