We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e8988 commit d3715a7Copy full SHA for d3715a7
.github/workflows/publish-winget.yml
@@ -30,9 +30,9 @@ jobs:
30
$installerUrl = $installers | Select -ExpandProperty browser_download_url -First 1
31
echo "=== installerUrl is $installerUrl"
32
33
- # Update the manifest
+ # Update and submit the manifest
34
echo "=== updating manifest..."
35
- .\wingetcreate.exe update audiveris.org.Audiveris -v $latest.tag_name -u $installerUrl -t ${{ secrets.WINGET_PAT }}
+ .\wingetcreate.exe update audiveris.org.Audiveris -s -v $latest.tag_name -u $installerUrl -t ${{ secrets.WINGET_PAT }}
36
echo "=== manifest updated!"
37
38
# Display the updated Audiveris information
0 commit comments