Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-b authored Jun 21, 2024
1 parent 2477a3e commit 3406ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/take-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: flutter pub get

- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v2
with:
name: debug-apk
path: build/app/outputs/flutter-apk # Ensure the correct path is used
path: new_project/build/app/outputs/flutter-apk/app-debug.apk

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

0 comments on commit 3406ad1

Please sign in to comment.