mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +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"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "$LUNE_VERSION"
|
||||
automatic_release_tag: "${{ env.LUNE_VERSION }}"
|
||||
draft: true
|
||||
title: "Lune $LUNE_VERSION (Android)"
|
||||
title: "Lune ${{ env.LUNE_VERSION }} (Android)"
|
||||
files: |
|
||||
lune-src/lune-*.zip
|
||||
|
||||
|
|
Loading…
Reference in a new issue