Skip to content

Commit

Permalink
Merge pull request #88 from a-mabe/draft-release-artifact-files
Browse files Browse the repository at this point in the history
Draft release artifact files
  • Loading branch information
a-mabe authored Nov 4, 2023
2 parents da87328 + 9f276f6 commit d7bb127
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 @@ -174,7 +174,7 @@ jobs:
- name: Create Draft Release
uses: ncipollo/[email protected]
with:
artifacts: "release-aab.zip, release-apk.zip, release-ipa.zip"
artifacts: "app-release.aab, app-release.apk, workout_timer.ipa"
draft: "true"
tag: ${{needs.GetVersionNumber.outputs.version}}
generateReleaseNotes: "true"

0 comments on commit d7bb127

Please sign in to comment.