Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Upload to a release created in a different job #56

@ghost

Description

I'm setting up a CI environment for a C++ application on three different platforms - Linux, macOS and Windows. My idea is the following:

  1. job A creates a release (with actions/create-release) once;
  2. jobs B, C and D build the app each platform and then upload the three binaries as release assets (one asset per platform).

Is there a way to pass the upload_url variable from job A to the other three jobs? The example in the README file only shows how to do that across steps in the same job.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions