Merge 20e8a9f5d5
into b2356abe69
This commit is contained in:
commit
458fd3f5f0
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user