mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-29 14:28:34 +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
|
- name: Set up Java
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
distribution: "temurin"
|
distribution: 'temurin'
|
||||||
java-version: 17
|
java-version: 17
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
mv -v app-debug.apk "${name}"
|
mv -v app-debug.apk "${name}"
|
||||||
|
|
||||||
- name: upload app
|
- name: upload app
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: audiobookshelf-apk
|
name: audiobookshelf-apk
|
||||||
path: android/app/build/outputs/apk/debug/*.apk
|
path: android/app/build/outputs/apk/debug/*.apk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue