Skip to content

Commit

Permalink
🔖 2.0.0-canary.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxieyoulei committed May 24, 2024
1 parent 7e27403 commit 9a5d488
Show file tree
Hide file tree
Showing 203 changed files with 7,447 additions and 6,163 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:

- name: 重命名应用
run: |
for file in app/release/app-*.apk; do
for file in app/build/outputs/apk/release/app-*.apk; do
if [[ $file =~ app-(.?*)release.apk ]]; then
new_file_name="app/release/mytv-android-${BASH_REMATCH[1]}${{ steps.version.outputs.version }}.apk"
new_file_name="app/build/outputs/apk/release/mytv-android-${BASH_REMATCH[1]}${{ steps.version.outputs.version }}.apk"
mv "$file" "$new_file_name"
fi
done
- name: Prepare artifacts
run: |
mkdir artifacts
cp app/release/*.apk artifacts/
cp app/build/outputs/apk/release/*.apk artifacts/
- name: Upload Release
uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
.externalNativeBuild
.cxx
local.properties
key.properties
key.properties
1 change: 0 additions & 1 deletion .idea/appInsightsSettings.xml

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

11 changes: 0 additions & 11 deletions .idea/codeStyles/Project.xml

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

2 changes: 1 addition & 1 deletion .idea/codeStyles/codeStyleConfig.xml

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

16 changes: 16 additions & 0 deletions .idea/deploymentTargetSelector.xml

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

3 changes: 0 additions & 3 deletions .idea/dictionaries/Administrator.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

18 changes: 18 additions & 0 deletions .idea/material_theme_project_new.xml

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

274 changes: 274 additions & 0 deletions .idea/other.xml

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

Loading

0 comments on commit 9a5d488

Please sign in to comment.