diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d52a20..dc582fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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