Skip to content

Commit 016b80d

Browse files
authored
Merge pull request #4 from tgauth/L1-prod
L1 prod
2 parents b96441c + 8c92f13 commit 016b80d

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
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

releaseToWinGet.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)