How to upload artifacts to existing release?

Jacko

My workflow has automatic packaging and upload steps that package build artifacts and upload them to the workflow page. I also manually create releases.

I would like to do the following: when I push to the tag that was created with a given release, I would like to upload the zipped artifact file to that release, so users can download the artifact. Any tips on how to do this ?

Here is my build yaml file.

Thanks!

Jacko

Turns out it's dead simple to do this:

  - name: upload binaries to release
      uses: softprops/action-gh-release@v1
      if: ${{startsWith(github.ref, 'refs/tags/') }}
      with:
          files: build/FOO.zip

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How can I deploy artifacts from a Maven build to the SourceForge File Release System?

Upload artifacts to artifactory with python

How to use artifactoryPublish to publish release and debug artifacts

Idiomatic use of sbt to release (tested) artifacts

Upload artifacts with the Windows Runner

How to trigger nightly deployment only when artifacts had changed from last release

Heroku: How to release an existing image in gitlab CI/CD?

How to use upload certificate to release an app update?

Maven: how can I deploy two artifacts with the release plugin?

Store credentials for twine upload of artifacts

Can I upload existing NuGet packages to an Azure DevOps artifacts feed?

IOS/AppStore How to Submit New Release of Existing App For Review

Using jBPM single zip distribution, how do I upload a large jar with dependencies to Artifacts?

How to archive a folder as tar.bz2 file and upload to universal packages from Azure Artifacts

How to publish Travis CI artifacts to GitHub Release from several jobs

How to upload data to an existing index with Logstash?

How to upload .net core build artifacts into JFrog Artifactory Cloud

How can I upload a directory full of artifacts to GitHub Packages?

redis bitset -- how to upload an existing bitset array

How can I deploy a release with multiple artifacts

How to upload artifacts to maven central with gradle and the maven plugin via a proxy

Release pipeline - share Artifacts between docker stages

How to solve the release pipeline deployment issue with the artifacts?

Azure build and release artifacts naming?

Use DevOps Release Pipeline to Upload Artifacts to a Linux Server

Nexusartifactuploader bulk upload multiple artifacts

How to deploy single artifacts to multiple web app in Dev-ops Release Pipeline

How to use pre-existing Amazon S3 bucket for Artifacts in cdk python?

Jmeter upload test artifacts on GIT