mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
feat(ci): use LUNE_VERSION variable instead
This commit is contained in:
parent
4283c9ec64
commit
28512a43d6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/android.yaml
vendored
3
.github/workflows/android.yaml
vendored
|
@ -26,5 +26,6 @@ jobs:
|
||||||
- name: Create build artifacts
|
- name: Create build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: lune-src/build/lune-*.zip
|
name: lune-$LUNE_VERSION-aarch64-linux-android.zip
|
||||||
|
path: lune-aarch64-linux-android.zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue