Skip to content

Commit

Permalink
give build uuniue name
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Jul 16, 2023
1 parent 4d18e54 commit b7f5d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Archive Build Artifact
uses: actions/upload-artifact@v2
with:
name: build-artifact
name: build-artifact-${{ github.run_id }}
path: ${{ env.hugobd }}

deploy-production:
Expand All @@ -149,7 +149,7 @@ jobs:
- name: Download Build Artifact
uses: actions/download-artifact@v2
with:
name: build-artifact
name: build-artifact-${{ github.run_id }}
path: ${{ env.hugobd }}

- name: Deploy 🚀
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Download Build Artifact
uses: actions/download-artifact@v2
with:
name: build-artifact
name: build-artifact-${{ github.run_id }}
path: ${{ env.hugobd }}

- name: Deploy Netlify
Expand Down

0 comments on commit b7f5d31

Please sign in to comment.