mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2686 App | Tech | Updated release script for uploading artefacts
This commit is contained in:
parent
d2d3bca18f
commit
ba87c1e483
1 changed files with 9 additions and 9 deletions
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
|
@ -74,12 +74,12 @@ jobs:
|
|||
- name: Prepare artefacts
|
||||
run: ./scripts/release/prepare-release-artefacts.sh
|
||||
|
||||
- name: Upload to S3
|
||||
uses: shallwefootball/s3-upload-action@v1.3.3
|
||||
with:
|
||||
aws_key_id: ${{ secrets.AWS_KEY_ID }}
|
||||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
|
||||
aws_bucket: ${{ secrets.AWS_BUCKET }}
|
||||
endpoint: ${{ secrets.AWS_ENDPOINT }}
|
||||
source_dir: app/build/outputs/apk/release/release-artefacts/
|
||||
destination_dir: ''
|
||||
# - name: Upload to S3
|
||||
# uses: shallwefootball/s3-upload-action@v1.3.3
|
||||
# with:
|
||||
# aws_key_id: ${{ secrets.AWS_KEY_ID }}
|
||||
# aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
|
||||
# aws_bucket: ${{ secrets.AWS_BUCKET }}
|
||||
# endpoint: ${{ secrets.AWS_ENDPOINT }}
|
||||
# source_dir: app/build/outputs/apk/release/release-artefacts/
|
||||
# destination_dir: ''
|
Loading…
Add table
Add a link
Reference in a new issue