Skip to content

Commit

Permalink
chore(ci): don't artifact android app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Jun 5, 2023
1 parent 8f3cb0b commit dab9baa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: com.expidusos.file_manager.apk
path: ${{ env.RELEASE_FILE }}
path: |
${{ env.RELEASE_FILE_APK }}
- if: ${{ !github.event.issue.pull_request }}
name: Deploy to Google Play
uses: r0adkll/upload-google-play@v1
Expand Down
4 changes: 3 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions file_manager.iml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/permission_handler_windows/build" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/permission_handler_windows/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/permission_handler_windows/.pub" />
<excludeFolder url="file://$MODULE_DIR$/result/app/data/flutter_assets/.pub" />
<excludeFolder url="file://$MODULE_DIR$/result/app/data/flutter_assets/build" />
<excludeFolder url="file://$MODULE_DIR$/result/app/data/flutter_assets/.dart_tool" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
Expand Down

0 comments on commit dab9baa

Please sign in to comment.