Skip to content

Commit

Permalink
feat: test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Jan 7, 2025
1 parent f91d065 commit 7e3dcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./build/app/outputs/flutter-apk/*-release*.apk* ./build/app/outputs/flutter-apk/*-debug.apk*
path: ./build/app/outputs/flutter-apk/

# - name: Create release and upload artifacts
# if: ${{ inputs.test_run }} == 'false'
Expand Down

0 comments on commit 7e3dcfe

Please sign in to comment.