multiconnect

multiconnect

108k Downloads

[SUGGESTION] Upload artifact after build

Sneakometer opened this issue ยท 2 comments

commented

Since multiconnect already uses github actions, I suggest adding and extra step at the end to publish the artifact.
With this, everyone can download latest builds without waiting for a new release or cloning and building it by themself.

Suggested addition to the build.yml:

    - name: Publish artifacts
      uses: actions/upload-artifact@v2
      with:
        name: multiconnect
        path: build/libs/*.jar
commented

This looks nice for in between versions.

commented

This looks nice for in between versions.