mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore(ci): use build number for version files
[skip ci]
This commit is contained in:
2
.github/workflows/publish_android.yml
vendored
2
.github/workflows/publish_android.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
|
||||
- name: Create Version File
|
||||
working-directory: ${{ github.workspace }}/output
|
||||
run: echo ${{ inputs.build-title }} > VERSION_ANDROID.txt
|
||||
run: echo ${{ inputs.build-number }} > VERSION_ANDROID.txt
|
||||
|
||||
- name: Upload to S3 Bucket (Latest)
|
||||
uses: jakejarvis/s3-sync-action@v0.5.1
|
||||
|
||||
Reference in New Issue
Block a user