Skip to content

Commit

Permalink
chore: Add debugging for directory contents before/after the DMG pack…
Browse files Browse the repository at this point in the history
…aging
  • Loading branch information
othyn committed Jul 14, 2023
1 parent da983fe commit ccd19cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ platform :mac do
}
)

# Debugging
sh "ls", "-lah", "../build"
sh "ls", "-lah", "/Volumes"

# https://docs.fastlane.tools/actions/sh/#sh
# https://docs.fastlane.tools/advanced/actions/#using-the-sh-method
# https://docs.fastlane.tools/advanced/fastlane/#directory-behavior
Expand All @@ -113,6 +117,10 @@ platform :mac do
return status.exitstatus
end

# Debugging
sh "ls", "-lah", "../build"
sh "ls", "-lah", "/Volumes"

# https://docs.fastlane.tools/actions/set_github_release/#set_github_release
set_github_release(
repository_name: "othyn/macos-auto-clicker",
Expand Down

0 comments on commit ccd19cc

Please sign in to comment.