From a4a0675507163f598e78fe08d375e6dcbb0321c7 Mon Sep 17 00:00:00 2001 From: kalyway101 <49223461+kalyway101@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:27:16 -0500 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..d4eff19 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ + # You may pin to the exact commit or the version. + # uses: maierj/fastlane-action@5a3b971aaa26776459bb26894d6c1a1a84a311a7 +uses: maierj/fastlane-action@v3.1.0 +with: + # The lane that should be executed. + lane: + # The relative path from the project root directory to the subdirectory where the fastlane folder is located. + subdirectory: # optional + # If set to true, adds the verbose option to the fastlane command for extended log output. + verbose: # optional + # The options that should be passed as arguments to the lane. The options should be serialized as a JSON object. + options: # optional + # The env value that should be passed as an argument to the lane. The value should match to one of your fastlane env files. + env: # optional +