Skip to content

Commit

Permalink
debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-b authored Jun 21, 2024
1 parent 719d4bd commit ecac87a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/flutter-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: debug-apk
path: new_project/build/app/outputs/flutter-apk/app-debug.apk
path: new_project/build/app/outputs/flutter-apk/app-debug.apk

- name: Display structure of files
run: ls -R new_project/build/app/outputs/flutter-apk
7 changes: 6 additions & 1 deletion .github/workflows/take-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,16 @@ jobs:
- name: Install dependencies
run: flutter pub get


- uses: actions/download-artifact@v3
- name: Display structure of downloaded files
run: ls -R

- name: Download build artifacts
uses: actions/download-artifact@v3
with:
name: debug-apk

path: new_project/build/app/outputs/flutter-apk

- name: Install markdown-include
run: pip install markdown-include
Expand Down

0 comments on commit ecac87a

Please sign in to comment.