We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4398de4 commit 9f8a01fCopy full SHA for 9f8a01f
.github/workflows/publish.yaml
@@ -44,3 +44,9 @@ jobs:
44
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
45
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
46
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
47
+ - name: Create release
48
+ uses: softprops/action-gh-release@v2
49
+ with:
50
+ draft: true
51
+ files: |
52
+ ./libmpv/build/outputs/aar/libmpv-release.aar
0 commit comments