Skip to content

Commit

Permalink
docs: actions 安装包名
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdahai112 committed Aug 31, 2021
1 parent 5764a0a commit 5827a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
rm -rf docker .git
cd ..
chmod +x rackshift-installer/installer/install.sh
version=`echo $RELEASE_VERSION | tr -d 'REFS/TAGS/'`
filename=$version
version=`echo $RELEASE_VERSION | tr -d 'refs/tags/'`
filename=rackshift-online-installer-$version
mv rackshift-installer $filename
tar -czvf $filename.tar.gz $filename
echo "::set-output name=FILENAME::$(echo $filename)"
Expand Down

0 comments on commit 5827a3f

Please sign in to comment.