mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix(android): variable ref scheme
This commit is contained in:
parent
86265ee13a
commit
7e0ff4ea27
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yaml
vendored
4
.github/workflows/android.yaml
vendored
|
@ -27,9 +27,9 @@ jobs:
|
||||||
uses: "marvinpinto/action-automatic-releases@latest"
|
uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "$LUNE_VERSION"
|
automatic_release_tag: "${{ env.LUNE_VERSION }}"
|
||||||
draft: true
|
draft: true
|
||||||
title: "Lune $LUNE_VERSION (Android)"
|
title: "Lune ${{ env.LUNE_VERSION }} (Android)"
|
||||||
files: |
|
files: |
|
||||||
lune-src/lune-*.zip
|
lune-src/lune-*.zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue