Skip to content

Commit

Permalink
Testing 23
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow committed May 23, 2024
1 parent 5d56574 commit fa5e7bb
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions .github/workflows/testing-test-build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
./gradlew assembleStagingCompat -p ./ --no-daemon
cp app/build/outputs/apk/staging/compat/com.wire.*.apk wire-android-staging-pr-${{ github.event.pull_request.number }}.apk
- name: Checking 4
- name: Checking ...
run: |
ls -la ./
- name: Checking 3
run: |
ls -la ./app
- name: Checking 2
run: |
ls -la ./app/build/outputs/apk
- name: Checking 1
run: |
ls -la ./app/build/outputs/apk/staging
- name: Checking 0
run: |
ls -la ./app/build/outputs/apk/staging/compat/
- name: Uploading to S3
id: upload
uses: hkusu/s3-upload-action@v2.1.0
Expand All @@ -63,7 +42,7 @@ jobs:
aws-region: 'us-west-1'
aws-bucket: ${{ secrets.AWS_S3_BUCKET }}
destination-dir: "megazord/android/reloaded/staging/compat/"
file-path: './app/build/outputs/apk/staging/compat/com.wire.*.apk'
file-path: './wire-android-staging-pr-${{ github.event.pull_request.number }}.apk'
output-file-url: 'true'

- name: Show URL
Expand Down

0 comments on commit fa5e7bb

Please sign in to comment.