From the course: Learning GitHub Actions

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Develop a workflow that creates an artifact

Challenge: Develop a workflow that creates an artifact - GitHub Tutorial

From the course: Learning GitHub Actions

Start my 1-month free trial

Challenge: Develop a workflow that creates an artifact

(upbeat playful music) - [Instructor] Let's pause for another challenge. In this challenge you'll use a workflow to create an artifact. Start this challenge by creating a workflow file in a new repository. The workflow should be triggered by a push to the repo. At the beginning of your workflow, create an environment variable for the name of the artifact. You'll use this as an argument for actions in the workflow. Continue the workflow by creating one job with two steps. The first step should use the checkout action to check out all of the code in the repository. The second step should use the upload artifact action to create an artifact with the name defined by the environment variable. This challenge should take about 15 minutes to complete. Once you've completed the challenge, join me in the next video to review the solution.

Contents