Skip to content

Commit

Permalink
exportS3Path singular
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 3, 2024
1 parent 00a17ef commit c43831e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
needs: buildIOS
runs-on: ubuntu-latest
outputs:
S3_IPA_PATH: ${{ steps.exportS3Paths.outputs.S3_IPA_PATH }}
S3_IPA_PATH: ${{ steps.exportS3Path.outputs.S3_IPA_PATH }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
S3_REGION: us-east-1

- name: Export S3 paths
id: exportS3Paths
id: exportS3Path
run: |
# $s3IpaPath is set from within the Fastfile, ios upload_s3 lane
echo "S3_IPA_PATH=$s3IpaPath" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c43831e

Please sign in to comment.