Skip to content

Commit

Permalink
fix: release_url path (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
noam09 authored Sep 10, 2024
1 parent 2e7c058 commit abf759b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
pwd
ls -alh
echo ::set-output name=file_name::${REPOSITORY_NAME##*/}-${TAG_REF_NAME##*/v} # RepositoryName-v1.0.0
value=`cat release_url/release_url.txt`
value=`cat release_url.txt`
echo ::set-output name=upload_url::$value
env:
TAG_REF_NAME: ${{ github.ref }}
Expand Down

0 comments on commit abf759b

Please sign in to comment.