Workflows: Update upload URL
This commit is contained in:
@ -48,7 +48,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
$content = [System.IO.File]::ReadAllBytes("Setup/bin/x64/Release/Elwig-${{ env.APP_VERSION }}.exe")
|
$content = [System.IO.File]::ReadAllBytes("Setup/bin/x64/Release/Elwig-${{ env.APP_VERSION }}.exe")
|
||||||
Invoke-WebRequest `
|
Invoke-WebRequest `
|
||||||
-Uri "https://www.necronda.net/elwig/files/Elwig-${{ env.APP_VERSION }}.exe" `
|
-Uri "https://elwig.at/files/Elwig-${{ env.APP_VERSION }}.exe" `
|
||||||
-Method PUT `
|
-Method PUT `
|
||||||
-Body $content `
|
-Body $content `
|
||||||
-Headers @{ Authorization = "${{ secrets.API_AUTHORIZATION }}" } `
|
-Headers @{ Authorization = "${{ secrets.API_AUTHORIZATION }}" } `
|
||||||
|
Reference in New Issue
Block a user