We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34cf6f commit 59f289bCopy full SHA for 59f289b
1 file changed
.github/workflows/build-android-lua.yml
@@ -1,4 +1,5 @@
1
name: Build and Release Android Lua Libraries
2
+# 仓库写入权限
3
permissions:
4
contents: write
5
@@ -188,7 +189,7 @@ jobs:
188
189
uses: softprops/action-gh-release@v1
190
with:
191
name: Lua ${{ env.LUA_VERSION }} for Android
- tag_name: Lua ${{ env.LUA_VERSION }} for Android
192
+ tag_name: Lua-v${{ env.LUA_VERSION }}-for-Android
193
files: |
194
artifacts/**/*.so
195
generate_release_notes: false
0 commit comments