Skip to content

Commit

Permalink
feat: fixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jan 9, 2024
1 parent 67767af commit ae1fa3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: 📦 Upload Build Artifact
uses: actions/upload-artifact@v2
with:
name: "build-${{ github.ref }}"
name: "build-artifact-${{ github.sha }}"
path: build

deploy:
Expand All @@ -47,7 +47,7 @@ jobs:
- name: 📦 Download Build Artifact
uses: actions/download-artifact@v2
with:
name: "build-${{ github.ref }}"
name: "build-artifact-${{ github.sha }}"
path: build

- name: 🔺 Publish our Build Artifacts
Expand Down

0 comments on commit ae1fa3a

Please sign in to comment.