Skip to content

Commit 475dd4b

Browse files
committed
Fix GitHub release action
1 parent 93017e7 commit 475dd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
value=`cat release_url/release_url.txt`
7474
echo ::set-output name=upload_url::$value
7575
- name: Load git tag from release job
76-
uses: actions/download-artifact@v2
76+
uses: actions/download-artifact@v1
7777
with:
7878
name: git_tag
7979
- name: Get git tag info

0 commit comments

Comments
 (0)