Skip to content

Commit

Permalink
fix conflicting name for artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
4upz committed May 24, 2024
1 parent 1e77341 commit ee6f0e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
run: zip dist-workspace.zip dist-workspace/* -r
- uses: actions/upload-artifact@v4
with:
name: dist-workspace
name: dist-workspace-${{ matrix.node_version}}
path: dist-workspace.zip
release:
needs: build
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: dist-workspace
name: dist-workspace-20.x
- name: unzip artifact for deployment
run: unzip dist-workspace.zip
- name: deploy-staging
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: dist-workspace
name: dist-workspace-20.x
- name: unzip artifact for deployment
run: unzip dist-workspace.zip
- name: deploy-production
Expand Down

0 comments on commit ee6f0e7

Please sign in to comment.