Attempt to fix artifact releases

This commit is contained in:
Syer10
2021-05-25 19:03:45 -04:00
parent 12464b92f1
commit 01454b1864

View File

@@ -88,6 +88,6 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "*/*.*,*.jar"
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar"
draft: true
token: ${{ secrets.GITHUB_TOKEN }}