Update build.yml

This commit is contained in:
oxmc
2022-12-31 04:54:32 -08:00
committed by GitHub
parent c953ed6754
commit 4583f70e32
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
- name: Upload build
uses: softprops/action-gh-release@v1
with:
files: build/
files: build/Android/*.apk
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: "1.0.0"