Skip to content

Commit 44f80b5

Browse files
committed
download-artifact@v4 has new name handling
1 parent c82624d commit 44f80b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_release_github.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Get Release File Name & Upload URL
7070
id: get_release_info
7171
run: |
72-
value=`cat release_url/release_url.txt`
72+
value=`cat release_url.txt`
7373
echo ::set-output name=upload_url::$value
7474
- name: Load git tag from release job
7575
uses: actions/download-artifact@v4
@@ -78,7 +78,7 @@ jobs:
7878
- name: Get git tag info
7979
id: get_tag_info
8080
run: |
81-
value=`cat git_tag/git_tag.txt`
81+
value=`cat git_tag.txt`
8282
echo ::set-output name=git_tag::$value
8383
8484
- name: Sign uber jar with key 5BFB2076ABC48776

0 commit comments

Comments
 (0)