Skip to content

Commit

Permalink
download-artifact@v4 has new name handling
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Mar 11, 2024
1 parent c82624d commit 44f80b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release_github.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Get Release File Name & Upload URL
id: get_release_info
run: |
value=`cat release_url/release_url.txt`
value=`cat release_url.txt`
echo ::set-output name=upload_url::$value
- name: Load git tag from release job
uses: actions/download-artifact@v4
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Get git tag info
id: get_tag_info
run: |
value=`cat git_tag/git_tag.txt`
value=`cat git_tag.txt`
echo ::set-output name=git_tag::$value
- name: Sign uber jar with key 5BFB2076ABC48776
Expand Down

0 comments on commit 44f80b5

Please sign in to comment.