Skip to content

Commit 5763313

Browse files
committed
fix workflow
1 parent f8aa0c4 commit 5763313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
pwd
6868
ls -al
69-
url=$(cat artifact/url.txt)
69+
url=$(cat url.txt)
7070
echo "##[set-output name=upload_url;]$url"
7171
- name: Check out code into the Go module directory
7272
uses: actions/checkout@v2

0 commit comments

Comments
 (0)