Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smarlhens/78d15b865591b0b7889b447be438f618 to your computer and use it in GitHub Desktop.
Save smarlhens/78d15b865591b0b7889b447be438f618 to your computer and use it in GitHub Desktop.
// [...]
steps:
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v2.x
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: ng9-github-actions-netlify-${{ env.GITHUB_REF_SLUG }}-${{ github.run_id }}-${{ github.run_number }}
path: './build'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment