1 parent 04b37b5 commit 7d97872Copy full SHA for 7d97872
1 file changed
.github/workflows/test-all-builds.yml
@@ -94,6 +94,9 @@ jobs:
94
uses: actions/upload-pages-artifact@v3
95
with:
96
path: flasher/
97
+ name: github-pages-${{ github.run_attempt }}
98
- name: Deploy to GitHub Pages
99
id: deployment
100
uses: actions/deploy-pages@v4
101
+ with:
102
+ artifact_name: github-pages-${{ github.run_attempt }}
0 commit comments