change artifact names
This commit is contained in:
parent
5c66d35017
commit
b2c763deef
2 changed files with 2 additions and 1 deletions
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
|
|
@ -35,4 +35,5 @@ jobs:
|
|||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: APK
|
||||
path: build/app/outputs/flutter-apk/app-release.apk
|
||||
2
.github/workflows/flatpak.yml
vendored
2
.github/workflows/flatpak.yml
vendored
|
|
@ -33,5 +33,5 @@ jobs:
|
|||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: nexus.federated.Nexus-${{ matrix.arch }}.flatpak
|
||||
name: flatpak-${{ matrix.arch }}
|
||||
path: result/nexus.federated.Nexus.flatpak
|
||||
Loading…
Add table
Add a link
Reference in a new issue