Skip to content

echapmanFromBunnings/upload-release-assets

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

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

upload-release-assets

Action to easily upload release assets to existing release

Action provides ability to update an existing release with more assets

- uses: echapmanFromBunnings/upload-release-assets@1.3
  with:
    releaseTag: '1.1.1'
    githubToken: ${{ secrets.GITHUB_TOKEN }}
    files: |
      text1.txt
      text2.txt
      ./buildArtfacts/*

Alternatively you can provide an artefact name and it will upload accordingly

- uses: echapmanFromBunnings/upload-release-assets@1.3
  with:
    releaseTag: '1.1.1'
    githubToken: ${{ secrets.GITHUB_TOKEN }}
    artefactName: my-artefacts-for-upload

There is also an override option available, for if the asset already exists. This is off by default

- uses: echapmanFromBunnings/upload-release-assets@1.3
  with:
    releaseTag: '1.1.1'
    githubToken: ${{ secrets.GITHUB_TOKEN }}
    artefactName: my-artefacts-for-upload
    overrideExistingArtefact: true

About

Action to easily upload release assets to existing release

Topics

Resources

License

Stars

Watchers

Forks