diff --git a/.github/workflows/draft_release.yaml b/.github/workflows/draft_release.yaml index 8a91adb..5f1225d 100644 --- a/.github/workflows/draft_release.yaml +++ b/.github/workflows/draft_release.yaml @@ -92,7 +92,7 @@ jobs: mv build/compose/binaries/main/msi/omsi-launcher-*.msi omsi-launcher.msi & 'C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe' sign /fd certHash /f certificate\certificate.pfx /p '${{ secrets.WINDOWS_CERTIFICATE_PASSWORD }}' /t http://timestamp.sectigo.com/ /d omsi-launcher omsi-launcher.msi - name: Upload artifact - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.2 with: name: windows_distribution path: omsi-launcher.msi