Publish installation script for Windows (#8)

This commit is contained in:
Slava 2024-11-08 12:20:11 +02:00 committed by GitHub
parent 6e9e420f06
commit 76d6a3f621
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ jobs:
- name: Prepare file
run: |
mkdir ${{ env.folder }}
cp install.sh index.html ${{ env.folder }}
cp install.* index.html ${{ env.folder }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3