@@ -183,7 +183,7 @@ jobs:
183183
184184 runs-on : macos-12
185185 env :
186- EXE_PATH : " skel/ArduinoCreateAgent .app/Contents/MacOS/"
186+ EXE_PATH : " skel/ArduinoCloudAgent .app/Contents/MacOS/"
187187
188188 steps :
189189 - name : Checkout
@@ -213,7 +213,7 @@ jobs:
213213
214214 - name : Generate Info.plist for MacOS
215215 run : |
216- cat > skel/ArduinoCreateAgent .app/Contents/Info.plist <<EOF
216+ cat > skel/ArduinoCloudAgent .app/Contents/Info.plist <<EOF
217217 <?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>
218218
219219 <key>CFBundleIconFile</key> <string>AppIcon.icns</string>
@@ -305,7 +305,7 @@ jobs:
305305 run : |
306306 cat > "${{ env.GON_CONFIG_PATH }}" <<EOF
307307 # See: https://github.com/mitchellh/gon#configuration-file
308- source = ["ArduinoCreateAgent .app"]
308+ source = ["ArduinoCloudAgent .app"]
309309 bundle_id = "cc.arduino.${{ env.PROJECT_NAME }}"
310310
311311 sign {
@@ -319,7 +319,7 @@ jobs:
319319 run : gon -log-level=debug -log-json "${{ env.GON_CONFIG_PATH }}"
320320
321321 - 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
323323
324324 - name : Remove gon used for code signing
325325 run : |
0 commit comments