From 16951f523a899e4eba310d21b3a82ccce7882ec5 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 14 Jul 2023 20:04:17 +0200 Subject: [PATCH] fix: Could this be the problem? It appears to have nested into another directory, I reckon this is an undocumented behavior change in the macOS 13 upgrade for the runner. Looking at the build path for the output fragment its changed, from /Users/runner/work/macos-auto-clicker/build/AutoClicker.app to /Users/runner/work/macos-auto-clicker/macos-auto-clicker/build/AutoClicker.app, and extra nested '/macos-auto-clicker' directory has appeared from somewhere, but I have no idea where! --- fastlane/Fastfile | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e63f649..54ccd76 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -16,12 +16,12 @@ platform :mac do ) # https://github.com/advoryanskiy/fastlane-plugin-dmg - dmg(path: "../build/AutoClicker.app", # required - output_path: "../build/AutoClicker.dmg", # optional, by default will be at the same location as 'myapp' folder - volume_name: "AutoClicker", # optional, by default will be the same as input folder name - filesystem: "hfs+", # optional, default is 'hfs+' - format: "udzo", # optional, default is 'udzo' - create_applications_symlink: true) # optional, default is true + dmg(path: "../macos-auto-clicker/build/AutoClicker.app", # required + output_path: "../build/AutoClicker.dmg", # optional, by default will be at the same location as 'myapp' folder + volume_name: "AutoClicker", # optional, by default will be the same as input folder name + filesystem: "hfs+", # optional, default is 'hfs+' + format: "udzo", # optional, default is 'udzo' + create_applications_symlink: true) # optional, default is true end lane :beta do @@ -92,12 +92,12 @@ platform :mac do ) # https://github.com/advoryanskiy/fastlane-plugin-dmg - dmg(path: "../build/AutoClicker.app", # required - output_path: "../build/AutoClicker.dmg", # optional, by default will be at the same location as 'myapp' folder - volume_name: "AutoClicker", # optional, by default will be the same as input folder name - filesystem: "hfs+", # optional, default is 'hfs+' - format: "udzo", # optional, default is 'udzo' - create_applications_symlink: true) # optional, default is true + dmg(path: "../macos-auto-clicker/build/AutoClicker.app", # required + output_path: "../build/AutoClicker.dmg", # optional, by default will be at the same location as 'myapp' folder + volume_name: "AutoClicker", # optional, by default will be the same as input folder name + filesystem: "hfs+", # optional, default is 'hfs+' + format: "udzo", # optional, default is 'udzo' + create_applications_symlink: true) # optional, default is true # https://docs.fastlane.tools/actions/set_github_release/#set_github_release set_github_release( @@ -193,12 +193,12 @@ platform :mac do ) # https://github.com/advoryanskiy/fastlane-plugin-dmg - dmg(path: "../build/AutoClicker.app", # required - output_path: "../build/AutoClicker.dmg", # optional, by default will be at the same location as 'myapp' folder - volume_name: "AutoClicker", # optional, by default will be the same as input folder name - filesystem: "hfs+", # optional, default is 'hfs+' - format: "udzo", # optional, default is 'udzo' - create_applications_symlink: true) # optional, default is true + dmg(path: "../macos-auto-clicker/build/AutoClicker.app", # required + output_path: "../build/AutoClicker.dmg", # optional, by default will be at the same location as 'myapp' folder + volume_name: "AutoClicker", # optional, by default will be the same as input folder name + filesystem: "hfs+", # optional, default is 'hfs+' + format: "udzo", # optional, default is 'udzo' + create_applications_symlink: true) # optional, default is true # https://docs.fastlane.tools/actions/set_github_release/#set_github_release set_github_release(