Skip to content

Commit

Permalink
尝试修正
Browse files Browse the repository at this point in the history
  • Loading branch information
miRoox committed Dec 8, 2019
1 parent 21ffc71 commit 9d26435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
id: get_release_info
shell: bash
run: |
echo ::set-output name=file_name::DIP-${env:QT_ARCH}-${env:TAG_REF_NAME}
value = `cat release_url/release_url.txt`
echo ::set-output name=file_name::DIP-${QT_ARCH##*/}-${TAG_REF_NAME##*/v}
value=`cat release_url/release_url.txt`
echo ::set-output name=upload_url::$value
env:
TAG_REF_NAME: ${{ github.ref }}
Expand Down

0 comments on commit 9d26435

Please sign in to comment.