Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save smarlhens/e3ce809ba0cbd34f9b869ac4c3ffb1c3 to your computer and use it in GitHub Desktop.
Save smarlhens/e3ce809ba0cbd34f9b869ac4c3ffb1c3 to your computer and use it in GitHub Desktop.
// [...]
steps:
// [...]
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v2.x
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ng9-github-actions-netlify-${{ env.GITHUB_REF_SLUG }}-${{ github.run_id }}-${{ github.run_number }}
path: ./dist/ng9-github-actions-netlify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment