Skip to content

Commit

Permalink
Fix GitHub release action
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Dec 3, 2021
1 parent 93017e7 commit 475dd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
value=`cat release_url/release_url.txt`
echo ::set-output name=upload_url::$value
- name: Load git tag from release job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v1
with:
name: git_tag
- name: Get git tag info
Expand Down

0 comments on commit 475dd4b

Please sign in to comment.