Skip to content

Commit

Permalink
ci: adjustment of s3 new config for buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Jan 6, 2025
1 parent c25fecf commit f1ac60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deploy-to-s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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'
output-file-url: 'false'
public: false
- name: Upload to S3 from branch
if: github.event.pull_request.number == ''
Expand All @@ -53,7 +53,7 @@ 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'
output-file-url: 'false'
public: false
- name: Show URL
if: github.event.pull_request.number != ''
Expand Down

0 comments on commit f1ac60b

Please sign in to comment.