Skip to content

Commit

Permalink
get upload url
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshan committed Aug 8, 2021
1 parent 306d793 commit 5754a3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
UPLOAD_URL: ${{ github.event.release.upload_url }}
run: |
bash build.sh
echo ${UPLOAD_URL}
PACKAGE_NAME=$(ls | grep polaris-server-release*.tar.gz | sed -n '1p')
echo ::set-output name=name::${PACKAGE_NAME}
Expand Down

0 comments on commit 5754a3e

Please sign in to comment.