Skip to content

Commit 33d2952

Browse files
committed
fix(CI): remove extra bracket
1 parent c96b7be commit 33d2952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Upload Pages artifact
117117
uses: actions/upload-pages-artifact@v3
118118
with:
119-
name: build-${{ github.ref_name }}-${{ github.run_id }}-${{ github.run_attempt }}}
119+
name: build-${{ github.ref_name }}-${{ github.run_id }}-${{ github.run_attempt }}
120120
path: site
121121
- id: deployment
122122
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)