Skip to content

Commit f4dc67b

Browse files
committed
init
1 parent c62bdef commit f4dc67b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
title: "Build #${{github.run_number}}"
6060
automatic_release_tag: "${{github.run_number}}"
6161
repo_token: "${{ secrets.GITHUB_TOKEN }}"
62-
files: server/build/distributions/server.zip client/build/outputs/apk/release/client.apk
62+
files: |
63+
server/build/distributions/server.zip
64+
client/build/outputs/apk/release/client.apk
6365
prerelease: false
6466
- shell: bash
6567
run: |

0 commit comments

Comments
 (0)