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 017b6c1 commit 4583e1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ jobs:
echo "Generating android build $buildName $buildNumber"
flutter build apk --release --build-number=$buildNumber --build-name=$buildName
mv build/app/outputs/flutter-apk/app-release.apk .
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/flutter-apk/app-release.apk
path: app/*.apk
if-no-files-found: error

0 comments on commit 4583e1c

Please sign in to comment.