Skip to content

Commit 3ea979c

Browse files
author
Giuseppe De Marco
authored
fix: CI
1 parent 0997278 commit 3ea979c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-federation-wallet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
docker run -v `pwd`:/data danielfett/markdown2rfc openid-federation-wallet-1_0.md
6363
- name: rename
6464
run: |
65-
mv ./openid-federation-wallet-1_0*.html ./html/openid-federation-wallet-$BRANCH_NAME.html
65+
mv ./openid-federation-wallet*.html ./html/openid-federation-wallet-$BRANCH_NAME.html
6666
6767
- name: Deploy to GitHub Pages
6868
if: success()

0 commit comments

Comments
 (0)