Skip to content

Commit

Permalink
Merge pull request #4 from tgauth/L1-prod
Browse files Browse the repository at this point in the history
L1 prod
  • Loading branch information
tgauth committed May 20, 2022
2 parents b96441c + 8c92f13 commit 016b80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releaseToWinGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
}
}
$urls = "https://github.com/$repo/releases/download/$tag/$msi_x64, https://github.com/$repo/releases/download/$tag/$msi_x86"
echo "::set-env name=PACKAGE_URLS::$urls"
echo "PACKAGE_URLS=$urls" >> $GITHUB_ENV
name: Get Release URLs
- run: |
Expand All @@ -50,7 +50,7 @@ jobs:
name: Download WinGet Requirements
- run: |
echo " wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -o ${GITHUB_WORKSPACE}"
echo "wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -o ${GITHUB_WORKSPACE}"
wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -o ${GITHUB_WORKSPACE}
# wingetcreate update Microsoft.OpenSSH -u ${PACKAGE_URLS} -t ${{ secrets.GITHUB_TOKEN }} --submit
name: WinGet Update
56 changes: 0 additions & 56 deletions releaseToWinGet.yml

This file was deleted.

0 comments on commit 016b80d

Please sign in to comment.