Skip to content

Commit 7c8d14c

Browse files
committed
Fix paths for upload and download artifact
1 parent 8010a52 commit 7c8d14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Get Release File Name & Upload URL
117117
id: get_release_info
118118
run: |
119-
value=`cat release_url/release_url.txt`
119+
value=`cat release_url.txt`
120120
echo ::set-output name=upload_url::$value
121121
- name: Load git tag from release job
122122
uses: actions/download-artifact@v3
@@ -125,7 +125,7 @@ jobs:
125125
- name: Get git tag info
126126
id: get_tag_info
127127
run: |
128-
value=`cat git_tag/git_tag.txt`
128+
value=`cat git_tag.txt`
129129
echo ::set-output name=git_tag::$value
130130
131131
- name: Sign uber jar with key 5BFB2076ABC48776

0 commit comments

Comments
 (0)