Skip to content

Commit

Permalink
Download build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Oct 29, 2023
1 parent e8ee525 commit 63691b2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
run: flutter build ipa --release

# Collect the file and upload as artifact
- name: collect ipa artifacts
- name: Upload IPA Artifact
uses: actions/upload-artifact@v3
with:
name: Release IPA
Expand All @@ -165,6 +165,13 @@ jobs:
permissions:
contents: write
steps:

- name: Download artifacts
uses: actions/download-artifact@master
with:
name: builds
path: build/

- name: Create Draft Release
uses: ncipollo/[email protected]
with:
Expand Down

0 comments on commit 63691b2

Please sign in to comment.