Skip to content

Commit

Permalink
chore: update upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
Divinelink committed Nov 10, 2024
1 parent 4385452 commit 512c133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Release App Bundle
name: Build & Distribute Release APK

on:
workflow_dispatch:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
SIGNING_STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
TMDB_AUTH_TOKEN: ${{ secrets.TMDB_AUTH_TOKEN }}
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build Artifacts
path: app/build/outputs/
Expand Down
2 changes: 1 addition & 1 deletion core/commons/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="core_commons_app_name">com.divinelink.scenepeek</string>
<string name="core_commons_app_name">ScenePeek</string>
</resources>

0 comments on commit 512c133

Please sign in to comment.