This commit is contained in:
Russell Banks 2022-10-01 11:31:35 +00:00 committed by GitHub
commit 458fd3f5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,16 @@ jobs:
run: |
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:
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: Espanso.Espanso
token: ${{ secrets.WINGET_TOKEN }}
linux-x11:
needs: ["extract-version", "create-release"]
runs-on: ubuntu-latest