Skip to content

Commit d3715a7

Browse files
committed
WinGet: submit the updated manifest
1 parent 01e8988 commit d3715a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-winget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
$installerUrl = $installers | Select -ExpandProperty browser_download_url -First 1
3131
echo "=== installerUrl is $installerUrl"
3232
33-
# Update the manifest
33+
# Update and submit the manifest
3434
echo "=== updating manifest..."
35-
.\wingetcreate.exe update audiveris.org.Audiveris -v $latest.tag_name -u $installerUrl -t ${{ secrets.WINGET_PAT }}
35+
.\wingetcreate.exe update audiveris.org.Audiveris -s -v $latest.tag_name -u $installerUrl -t ${{ secrets.WINGET_PAT }}
3636
echo "=== manifest updated!"
3737
3838
# Display the updated Audiveris information

0 commit comments

Comments
 (0)