Skip to content

Commit

Permalink
use github sha
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Nov 4, 2024
1 parent e87fcee commit 040fb1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Upload build archive
uses: actions/upload-artifact@v4
with:
name: dists-${{ github.ref }}
name: dists-${{ github.sha }}
path: |
packages/**/dist
repo-scripts/**/dist
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Download build archive
uses: actions/download-artifact@v4
with:
name: dists-${{ github.ref }}
name: dists-${{ github.sha }}
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Download build archive
uses: actions/download-artifact@v4
with:
name: dists-${{ github.ref }}
name: dists-${{ github.sha }}
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Download build archive
uses: actions/download-artifact@v4
with:
name: dists-${{ github.ref }}
name: dists-${{ github.sha }}
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Download build archive
uses: actions/download-artifact@v4
with:
name: dists-${{ github.ref }}
name: dists-${{ github.sha }}
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Download build archive
uses: actions/download-artifact@v4
with:
name: dists-${{ github.ref }}
name: dists-${{ github.sha }}
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit 040fb1f

Please sign in to comment.