Skip to content

Commit

Permalink
url param
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg committed Mar 9, 2024
1 parent 9359c7d commit 1df4ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
$tag = "${{ github.ref_name }}"
wingetcreate update therealpaulgg.ssh-sync --version $tag --token $ACCESS_TOKEN --url https://github.com/therealpaulgg/ssh-sync/releases/download/$tag/ssh-sync-setup.exe --submit
wingetcreate update therealpaulgg.ssh-sync --version $tag --token $ACCESS_TOKEN -u https://github.com/therealpaulgg/ssh-sync/releases/download/$tag/ssh-sync-setup.exe --submit
shell: powershell


0 comments on commit 1df4ab4

Please sign in to comment.