Skip to content

Commit

Permalink
Fix paths for upload and download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jan 7, 2024
1 parent 8010a52 commit 7c8d14c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,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@v3
Expand All @@ -125,7 +125,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 7c8d14c

Please sign in to comment.