Skip to content

Commit 7d97872

Browse files
committed
fix(ci): use per-attempt Pages artifact name to allow deploy re-runs
1 parent 04b37b5 commit 7d97872

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-all-builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
uses: actions/upload-pages-artifact@v3
9595
with:
9696
path: flasher/
97+
name: github-pages-${{ github.run_attempt }}
9798
- name: Deploy to GitHub Pages
9899
id: deployment
99100
uses: actions/deploy-pages@v4
101+
with:
102+
artifact_name: github-pages-${{ github.run_attempt }}

0 commit comments

Comments
 (0)