Skip to content

Commit

Permalink
Implement upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Jan 18, 2024
1 parent 5c38bb4 commit d6b80af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ jobs:
flutter build apk --release --build-number=$buildNumber --build-name=$buildName
mv build/app/outputs/apk/release/*.apk .
cd ..
- name: Archive Artifacts
uses: actions/upload-artifact@v4
with:
name: cloud-gallery.apk
path: app/build/app/outputs/apk/release/*.apk
2 changes: 2 additions & 0 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d6b80af

Please sign in to comment.