- Workflow file in a new repo
- Push trigger
- Enivonment variable for the artifact name
- One job with two steps
- actions/checkout
- actions-artifact
- Create a new repository as artifact
- Add a Readme
- Press Create New Repository
- Create new file, with path .github/workflows/artifact.yml
- See all the details of file artifact.yml
- In the section of steps, we set a name for each step and include the action/checkout and action/upload-artifact
- For configure the action/upload-artifact, we use the variable ARTIFACT_NAME and path as with parameters
- Press Commit new changes
- In the section of Actions, we noticed that our workflow start to run successfully
- Well done!!! 😃