mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-29 22:29:29 +02:00
Update: upload_artifact to v4 due to deprecation
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
This commit is contained in:
parent
b066df4efc
commit
5d29efe1d5
1 changed files with 30 additions and 30 deletions
4
.github/workflows/build-apk.yml
vendored
4
.github/workflows/build-apk.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Set up Java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: "temurin"
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
|
||||
- name: install dependencies
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
mv -v app-debug.apk "${name}"
|
||||
|
||||
- name: upload app
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: audiobookshelf-apk
|
||||
path: android/app/build/outputs/apk/debug/*.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue