This action publishes assets to a GitHub release.
The tag of the GitHub release to upload assets to. Defaults to "latest"
.
The directory that contains all assets to upload.
A list of all the download URLs for the uploaded assets.
uses: CycriLabs/publish-assets@v1
with:
release_tag: '1.0.0'
asset_dir: 'target/distributions'