Update .github/workflows/release.yml

Co-authored-by: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com>
This commit is contained in:
Russell Banks 2022-09-24 15:21:42 +01:00 committed by GitHub
parent 1187525ba5
commit 214ba8839a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,7 @@ jobs:
gh release upload ${{ needs.extract-version.outputs.espanso_version }} target/windows/installer/Espanso-Win-Installer-x86_64.exe target/windows/Espanso-Win-Portable-x86_64.zip target/windows/installer/Espanso-Win-Installer-x86_64.exe.sha256.txt target/windows/Espanso-Win-Portable-x86_64.zip.sha256.txt
windows-publish-winget:
if: ${{ github.ref == 'refs/heads/master' }}
needs: [ windows ]
runs-on: windows-latest
steps: