File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
}
37
37
}
38
38
$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
40
40
name: Get Release URLs
41
41
42
42
- run : |
50
50
name: Download WinGet Requirements
51
51
52
52
- 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}"
54
54
wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -o ${GITHUB_WORKSPACE}
55
55
# wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -t ${{ secrets.GITHUB_TOKEN }} --submit
56
56
name: WinGet Update
You can’t perform that action at this time.
0 commit comments