mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 18:56:27 +02:00
Trying to fix upload-artifact.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -43,13 +43,13 @@ jobs:
|
|||||||
run: ./gradlew assembleDebug --no-daemon
|
run: ./gradlew assembleDebug --no-daemon
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Debug APK
|
name: Debug APK
|
||||||
path: amethyst/build/outputs/apk/debug/app-debug.apk
|
path: amethyst/build/outputs/apk/debug/app-debug.apk
|
||||||
|
|
||||||
- name: Upload Test Results
|
- name: Upload Test Results
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Build Reports
|
name: Build Reports
|
||||||
path: amethyst/build/reports
|
path: amethyst/build/reports
|
||||||
|
Reference in New Issue
Block a user