Skip to content

Commit 1483077

Browse files
committed
merge files
1 parent b96441c commit 1483077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releaseToWinGet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
}
3737
}
3838
$urls = "https://github.com/$repo/releases/download/$tag/$msi_x64, https://github.com/$repo/releases/download/$tag/$msi_x86"
39-
echo "::set-env name=PACKAGE_URLS::$urls"
39+
echo "PACKAGE_URLS=$urls" >> $GITHUB_ENV
4040
name: Get Release URLs
4141
4242
- run: |
@@ -50,7 +50,7 @@ jobs:
5050
name: Download WinGet Requirements
5151
5252
- run: |
53-
echo " wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -o ${GITHUB_WORKSPACE}"
53+
echo "wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -o ${GITHUB_WORKSPACE}"
5454
wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -o ${GITHUB_WORKSPACE}
5555
# wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -t ${{ secrets.GITHUB_TOKEN }} --submit
5656
name: WinGet Update

0 commit comments

Comments
 (0)