Skip to content

Commit 1130172

Browse files
committed
publish-winget 4
1 parent 6301f28 commit 1130172

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-winget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ jobs:
2828
echo "=== installerUrl is $installerUrl"
2929
# Create a folder
3030
New-Item -Path "." -Name "myDocs" -ItemType Directory
31+
echo "=== dir -Recurse myDocs"
3132
dir -Recurse myDocs
3233
# Create the manifest
3334
echo "=== creating manifest"
3435
##.\wingetcreate.exe New $installerUrl --out myDocs
35-
.\wingetcreate.exe update mymanifest -v $latest.tag_name -u $installerUrl
36+
.\wingetcreate.exe update audiveris -v $latest.tag_name -u $installerUrl
3637
echo "=== created manifest"
3738
dir -Recurse myDocs
3839

0 commit comments

Comments
 (0)