diff --git a/.github/workflows/marge.yml b/.github/workflows/marge.yml index 91ee48d..0a3dfad 100644 --- a/.github/workflows/marge.yml +++ b/.github/workflows/marge.yml @@ -41,7 +41,7 @@ jobs: keyPassword: ${{ secrets.KEY_PASSWORD }} env: BUILD_TOOLS_VERSION: "34.0.0" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: LightNovelReader-${{steps.android_version.outputs.VERSION_NAME}}-${{steps.android_version.outputs.VERSION_CODE}}-release path: ${{steps.sign_app.outputs.signedReleaseFile}} \ No newline at end of file diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4d3f9b2..5fff919 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -40,7 +40,7 @@ jobs: keyPassword: ${{ secrets.KEY_PASSWORD }} env: BUILD_TOOLS_VERSION: "34.0.0" - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: LightNovelReader-${{steps.android_version.outputs.VERSION_CODE}}-debug path: ${{steps.sign_app.outputs.signedReleaseFile}} \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index b08a1e1..e2e293f 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -30,6 +30,37 @@ + + +