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