Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce0203 committed Aug 19, 2023
1 parent c62bdef commit f4dc67b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
title: "Build #${{github.run_number}}"
automatic_release_tag: "${{github.run_number}}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: server/build/distributions/server.zip client/build/outputs/apk/release/client.apk
files: |
server/build/distributions/server.zip
client/build/outputs/apk/release/client.apk
prerelease: false
- shell: bash
run: |
Expand Down

0 comments on commit f4dc67b

Please sign in to comment.