Skip to content

Commit 6aed3ac

Browse files
committed
deploy windows.ps1 to GitHub Pages
The windows.ps1 installer was never copied to _site/ so https://get.mintlayer.org/windows.ps1 returned 404.
1 parent 5d6076f commit 6aed3ac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ jobs:
133133
mkdir _site
134134
cp deploy/index.html _site/
135135
cp deploy/CNAME _site/
136-
cp deploy/linux.sh _site/linux.sh
137-
cp deploy/mac.sh _site/mac.sh
136+
cp deploy/linux.sh _site/linux.sh
137+
cp deploy/mac.sh _site/mac.sh
138+
cp deploy/windows.ps1 _site/windows.ps1
138139
chmod +x _site/linux.sh _site/mac.sh
139140
140141
- name: Upload Pages artifact

0 commit comments

Comments
 (0)