Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-on-is committed Dec 31, 2024
1 parent 4fa77ff commit ee095e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
with:
channel: stable
cache: true
cache-key: "flutter-:os:-:channel:-:version:-:arch:" # optional, change this to force refresh cache
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:" # optional, change this to specify the cache path
pub-cache-key: "flutter-pub:os:-:channel:-:version:-:arch:" # optional, change this to force refresh cache of dart pub get dependencies
pub-cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"
- run: flutter build apk
- name: "Rename"
run: mv build/app/outputs/apk/release/app-release.apk build/app/outputs/apk/release/odin-tv_${{ github.ref_name }}.apk
Expand Down

0 comments on commit ee095e7

Please sign in to comment.