Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BreakZero committed May 13, 2024
1 parent 9bfaf4a commit 5924175
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,9 @@ jobs:
-Pandroid.experimental.androidTest.numManagedDeviceShards=1
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1

- name: Create Github Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create release and upload app
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true
prerelease: false

- name: Upload app
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: app/build/outputs/apk/**/release/*.apk
asset_name: app-prod-release.apk
asset_content_type: application/vnd.android.package-archive
generate_release_notes: true
files: |
app/build/outputs/apk/**/release/*.apk

0 comments on commit 5924175

Please sign in to comment.