-
Notifications
You must be signed in to change notification settings - Fork 189
upload asset after release creation on github.com #34
Comments
I had the same question, investigating a bit on other repos, it seems possible in a GitHub Action triggered by a release event, but passing as |
AFAIR we have a working worflow with https://github.com/staabm/annotate-pull-request-from-checkstyle/blob/master/.github/workflows/continuous-deployment.yml |
not sure what you mean. the above linked action adds/attaches files to a relase which we create manueally via github.com UI (so we can't forget to add them). |
Thanks a lot. I tried a bit, and indeed this seems to be working fine only if it is active only on |
Via this GitHub Action, it is possible to automatically upload the archive that contains the generate vcpkg archive. See actions/upload-release-asset#34 for details.
Via this GitHub Action, it is possible to automatically upload the archive that contains the generate vcpkg archive. See actions/upload-release-asset#34 for details. See iit-danieli-joint-lab/idjl-software-dependencies-vcpkg#7 for a similar PR.
Actually it turns out that at least part of this problem were due to the fact that we were using the |
The suggestion to use Having to rework builds to take |
I would like to upload a asset into a just created release.
the release will be created via the github.com website, and I would like to attach files to the just created release.
is this a supported workflow? how should/can it look like?
The text was updated successfully, but these errors were encountered: