Skip to content

Commit

Permalink
We need to specify subdirs client, server when releasing, since artif…
Browse files Browse the repository at this point in the history
…acts are downloaded with these paths
  • Loading branch information
michaliskambi committed Jun 18, 2024
1 parent 607ba4a commit 4a1e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
# Releases files in the "snapshot" release.
- name: Release Artifacts
if: ${{ github.ref == 'refs/heads/master' }}
run: gh release --repo ${{ github.repository }} upload snapshot --clobber *.zip *.tar.gz *.apk
run: gh release --repo ${{ github.repository }} upload snapshot --clobber client/*.zip client/*.tar.gz client/*.apk server/*.zip server/*.tar.gz
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 4a1e1e7

Please sign in to comment.