Skip to content

Commit

Permalink
Deploying V2.4-Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
DPigeon authored and DPigeon committed Jul 28, 2020
1 parent 15b14d9 commit a66cb9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
with:
name: app # Downloaded to the current directory

- name: directory
run: ls

- name: Upload to Play Store
uses: r0adkll/upload-google-play@v1.0.4
with:
Expand All @@ -58,7 +55,7 @@ jobs:
releaseFile: app-release.aab
track: alpha
userFraction: 0.05 # Portion of users who should get the staged version of the app. Accepts values between 0.0 and 1.0 (exclusive-exclusive)
whatsNewDirectory: /whatsnew # Release notes for whats new page
whatsNewDirectory: whatsnew # Release notes for whats new page

job_3:
name: Artifactory Cleanup
Expand Down

0 comments on commit a66cb9b

Please sign in to comment.