Skip to content

Commandcracker/lstore-put

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lstore-put

Automatically publish packages to lStore

Example workflow

WARNING: Do not enter any secrets in plain text! Add them as a env var in settings/secrets/actions.

name: Publish on: push: branches: - main jobs: publish: runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v3 - name: Publish Package uses: Commandcracker/lstore-put@v2 with: username: ${{ secrets.LSTORE_USERNAME }} password: ${{ secrets.LSTORE_PASSWORD }} path: src title: example

Inputs

Input Description Required Default
username LevelOS username true
password Password for the LevelOS user true
path The path to the package true
title The title of the package true

About

Automatically publish packages to lStore

Resources

License

Stars

Watchers

Forks

Packages

No packages published