Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub release failed related to file DexMetadata (.dm) in Android with status: Not Found #434

Open
HienLeGcx opened this issue Apr 8, 2024 · 0 comments

Comments

@HienLeGcx
Copy link

HienLeGcx commented Apr 8, 2024

When I target to Android SDK 34, creating a release build generates another new file .dm (Details). Although the Github release is successfully created, the action has failed with status Not Found. Any ideas how to fix it? Please note that any Github release without .dm file always succeeds.

     - name: Create GitHub release
        uses: softprops/action-gh-release@v2
        with:
          name: Dev Release ${{ steps.version.outputs.version-name }}
          prerelease: true
          files: "**/app/build/outputs/apk/dev/release/**"
          fail_on_unmatched_files: true
          generate_release_notes: true

Screenshot 2024-04-08 at 16 06 54

Screenshot 2024-04-08 at 16 07 35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant