mirror of
https://github.com/rafaelvcaetano/melonDS-android.git
synced 2025-04-02 09:11:37 +00:00
Fix CI artifact path
This commit is contained in:
parent
a4c96debee
commit
80cc823e14
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -52,8 +52,8 @@ jobs:
|
||||
chmod +x ./gradlew
|
||||
./gradlew assembleGitHubRelease
|
||||
|
||||
- name: Generate Artifact
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: melonDS-android
|
||||
path: ${{runner.workspace}}/app/build/outputs/apk/gitHub/release/*.apk
|
||||
path: ${{runner.workspace}}/app/gitHub/release/app-gitHub-release.apk
|
||||
|
Loading…
x
Reference in New Issue
Block a user