mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update package-publish.yml
This commit is contained in:
@@ -44,6 +44,16 @@ jobs:
|
||||
- name: Submit package to Windows Package Manager Community Repository
|
||||
run: .\wingetcreate.exe update ${env:WINGET_PACKAGE_ID} --version ${env:VERSION} --urls ${env:INSTALLER_URL} --token ${env:WINGET_TOKEN} --submit
|
||||
|
||||
homebrew:
|
||||
name: Homebrew Cask - Pull request
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: macauley/action-homebrew-bump-cask@v1
|
||||
with:
|
||||
token: ${WINGET_TOKEN}
|
||||
cask: uvtools
|
||||
livecheck: true
|
||||
|
||||
nuget:
|
||||
name: Nuget - Publish package
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user