We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62bdef commit f4dc67bCopy full SHA for f4dc67b
.github/workflows/release.yml
@@ -59,7 +59,9 @@ jobs:
59
title: "Build #${{github.run_number}}"
60
automatic_release_tag: "${{github.run_number}}"
61
repo_token: "${{ secrets.GITHUB_TOKEN }}"
62
- files: server/build/distributions/server.zip client/build/outputs/apk/release/client.apk
+ files: |
63
+ server/build/distributions/server.zip
64
+ client/build/outputs/apk/release/client.apk
65
prerelease: false
66
- shell: bash
67
run: |
0 commit comments