Upload Blossom (Action)
This action allows you to upload a file to a blossom server.
This action is still very experimental, so expect bugs. If you find any please let me know.
Example usage
jobs:
upload-blossom-job:
runs-on: ubuntu-latest
steps:
- name: Upload to Blossom
uses: Origami74/upload-blossom-action@main
with:
host: 'https://blossom.domain.com/'
filePath: 'some-file.txt'
Building
Runnpm run build
to build the app into the dist
directory.
Issues / Contributions
Please use Nostr to create issues and pull-requests for this repository.
Go to GitWorkshop