diff --git a/.github/workflows/OpenSSL-Build For Windows.yml b/.github/workflows/OpenSSL-Build For Windows.yml index ba4d4b9..877e804 100644 --- a/.github/workflows/OpenSSL-Build For Windows.yml +++ b/.github/workflows/OpenSSL-Build For Windows.yml @@ -50,7 +50,7 @@ jobs: run: .\nsis-3.10-setup.exe /s - name: Build installer - run: makensis -V2 windows-installer\install.nsi + run: makensis -V2 windows-installer\windows.nsi - name: Archive artifacts uses: actions/upload-artifact@main @@ -81,4 +81,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ steps.tag.outputs.tag-name }} - files: C:\openssl-for-windows.zip + files: | + C:\openssl-for-windows.zip + windows-installer/openssl*.exe