Skip to content

Commit

Permalink
Merge pull request #86 from a-mabe/draft-release-artifact-files
Browse files Browse the repository at this point in the history
Attach artifact zips to release
  • Loading branch information
a-mabe authored Nov 4, 2023
2 parents e100133 + f29cfc0 commit d41b547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Create Draft Release
uses: ncipollo/[email protected]
with:
artifacts: "app-release.apk, app-release.aab, release-ipa.ipa"
artifacts: "release-aab.zip, release-apk.zip, release-ipa.zip"
draft: "true"
tag: ${{needs.GetVersionNumber.outputs.version}}
generateReleaseNotes: "true"

0 comments on commit d41b547

Please sign in to comment.