diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 725929c..106f310 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,8 +41,8 @@ jobs: - name: upload artifacts uses: actions/upload-artifact@v2 with: - name: message-${{ github.event.release.tag_name }} - path: build/libs + name: message + path: build/libs/*.jar retention-days: 365 # Release Artifacts