We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6cdc0 commit a532b9cCopy full SHA for a532b9c
.github/workflows/nextjs.yml
@@ -154,7 +154,7 @@ jobs:
154
- name: Upload versioned site artifact
155
uses: actions/upload-artifact@v4
156
with:
157
- name: docs-${{ steps.get-patch.outputs.patch }}
+ name: docs-${{ github.run_id }}-${{ steps.get-patch.outputs.patch }}
158
path: ./${{ steps.get-patch.outputs.patch }}
159
160
# Aggregate built sites
@@ -165,7 +165,7 @@ jobs:
165
- name: Download all site artifacts
166
uses: actions/download-artifact@v4
167
168
- pattern: docs-*
+ pattern: docs-${{ github.run_id }}-*
169
170
- name: List all aggregated sites
171
run: ls -l
0 commit comments