Skip to content

Commit 59f289b

Browse files
authored
Update build-android-lua.yml
1 parent b34cf6f commit 59f289b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-android-lua.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Build and Release Android Lua Libraries
2+
# 仓库写入权限
23
permissions:
34
contents: write
45

@@ -188,7 +189,7 @@ jobs:
188189
uses: softprops/action-gh-release@v1
189190
with:
190191
name: Lua ${{ env.LUA_VERSION }} for Android
191-
tag_name: Lua ${{ env.LUA_VERSION }} for Android
192+
tag_name: Lua-v${{ env.LUA_VERSION }}-for-Android
192193
files: |
193194
artifacts/**/*.so
194195
generate_release_notes: false

0 commit comments

Comments
 (0)