diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b021c2a..e030b80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}