Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu authored Nov 2, 2020
1 parent a65fd47 commit 1c953c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,9 @@ jobs:
- name: Get Release File Name & Upload URL
id: get_release_info
run: |
set /p upload_url=<release_url/release_url.txt
$upload_url = Get-Content release_url/release_url.txt -Raw
echo "::set-output name=upload_url::$upload_url"
shell: powershell

- name: Upload Release Asset - TestApp
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 1c953c0

Please sign in to comment.