Skip to content

Commit

Permalink
Merge pull request #10 from andrewshan/main
Browse files Browse the repository at this point in the history
move package
  • Loading branch information
andrewshan authored Aug 8, 2021
2 parents 989e7a2 + a3244b6 commit bd3c4d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
CONSOLE_PKG_NAME=polaris-console-release_${CONSOLE_VERSION}.${GOOS}.${GOARCH}.tar.gz
wget -T10 -t3 https://github.com/PolarisMesh/polaris-console/releases/download/${CONSOLE_VERSION}/${CONSOLE_PKG_NAME} --no-check-certificate
PACKAGE_NAME=polaris-standalone-release_${SERVER_VERSION}.${GOOS}.${GOARCH}.tar.gz
tar czf $PACKAGE_NAME} *
tar czf ${PACKAGE_NAME} *
mv ${PACKAGE_NAME} ../
echo ::set-output name=name::${PACKAGE_NAME}
- name: Get Release by Tag
Expand Down

0 comments on commit bd3c4d4

Please sign in to comment.