Skip to content

Commit 7c63d5c

Browse files
author
Timothy MacDonald
committed
chore: update build workflow
Signed-off-by: Timothy MacDonald <[email protected]>
1 parent 6c44bc3 commit 7c63d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
id: get_release_info
9494
shell: bash
9595
run: |
96-
value=`cat release_url/release_url.txt`
96+
value=`cat release_url.txt`
9797
echo ::set-output name=upload_url::$value
9898
- name: Upload Release Asset
9999
id: upload-release-asset

0 commit comments

Comments
 (0)