Skip to content

Commit

Permalink
Add deploy stage to artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski committed Feb 17, 2024
1 parent 5064f8a commit 040e24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
#
# NOTE: We also add some context information (like the commit SHA) to the file name to make it easier
# to identify what this artifact represents.
name: 'generated-files_#${{ github.run_number }}_sha-${{ steps.short-sha.outputs.sha }}_hugo-${{ steps.hugo-version.outputs.version }}'
name: 'generated-files__${{ env.DEPLOY_STAGE }}__#${{ github.run_number }}-${{ steps.short-sha.outputs.sha }}__hugo-v${{ steps.hugo-version.outputs.version }}'
path: ./public/
if-no-files-found: error

Expand Down

0 comments on commit 040e24b

Please sign in to comment.