@@ -164,7 +164,7 @@ jobs:
164164
165165 runs-on : macos-12
166166 env :
167- EXE_PATH : " skel/ArduinoCreateAgent .app/Contents/MacOS/"
167+ EXE_PATH : " skel/ArduinoCloudAgent .app/Contents/MacOS/"
168168
169169 steps :
170170 - name : Checkout
@@ -195,7 +195,7 @@ jobs:
195195
196196 - name : Generate Info.plist for MacOS
197197 run : |
198- cat > skel/ArduinoCreateAgent .app/Contents/Info.plist <<EOF
198+ cat > skel/ArduinoCloudAgent .app/Contents/Info.plist <<EOF
199199 <?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>
200200
201201 <key>CFBundleIconFile</key> <string>AppIcon.icns</string>
@@ -287,7 +287,7 @@ jobs:
287287 run : |
288288 cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
289289 # See: https://github.com/mitchellh/gon#configuration-file
290- source = ["ArduinoCreateAgent .app"]
290+ source = ["ArduinoCloudAgent .app"]
291291 bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
292292
293293 sign {
@@ -301,7 +301,7 @@ jobs:
301301 run : gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
302302
303303 - 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
305305
306306 - name : Remove gon used for code signing
307307 run : |
0 commit comments