Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save smarlhens/914b551738fc025fe5f4778955159fac to your computer and use it in GitHub Desktop.
Save smarlhens/914b551738fc025fe5f4778955159fac to your computer and use it in GitHub Desktop.
// [...]
steps:
// [...]
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ng9-github-actions-netlify-${{ github.ref }}-${{ 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