Skip to content

k15g/action-github-asset-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action: GitHub Asset Upload

- name: Upload asset
  uses: k15g/action-github-asset-upload@edge
  if: startsWith(github.ref, 'refs/tags/v')
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    file: distribution.tar.gz
    label: Distribution

About

Upload asset to existing release on GitHub with support for label 🧱

Topics

Resources

License

Stars

Watchers

Forks