Skip to content

Commit

Permalink
fix: list files explicitly in action
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Apr 20, 2024
1 parent 55686cc commit 145a33b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
arguments: "--impure --accept-flake-config"
- run: flutter build apk --release

- name: Move files to artifacts directory
run: |
mkdir -p artifacts
mv build/app/outputs/flutter-apk/app-release.apk* artifacts/
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: app-release.apk
path: build/app/outputs/flutter-apk/app-release.apk

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: artifacts
path: ./artifacts
- run: echo "Done"
name: app-release.apk.sha1
path: build/app/outputs/flutter-apk/app-release.apk.sha1

0 comments on commit 145a33b

Please sign in to comment.