Skip to content

Commit

Permalink
ci: update s3 config to adjust to private (WPB-8645) (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Jan 6, 2025
1 parent 4883d0e commit 9d5c57c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/deploy-to-s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ runs:
aws-bucket: ${{ inputs.aws-bucket }}
destination-dir: "megazord/android/reloaded/${{ inputs.build-flavour }}/${{ inputs.build-variant }}/PR-${{ github.event.pull_request.number }}/"
file-path: ${{ steps.path.outputs.apk_full_path }}
output-file-url: 'true'
public: true
output-file-url: 'false'
public: false
- name: Upload to S3 from branch
if: github.event.pull_request.number == ''
id: upload-from-branch
Expand All @@ -53,8 +53,8 @@ runs:
aws-bucket: ${{ inputs.aws-bucket }}
destination-dir: "megazord/android/reloaded/${{ inputs.build-flavour }}/${{ inputs.build-variant }}/"
file-path: ${{ steps.path.outputs.apk_full_path }}
output-file-url: 'true'
public: true
output-file-url: 'false'
public: false
- name: Show URL
if: github.event.pull_request.number != ''
shell: bash
Expand Down

0 comments on commit 9d5c57c

Please sign in to comment.