Skip to content

Commit

Permalink
feat:support cpu type
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed May 6, 2024
1 parent ed8af8c commit e170be8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
VERSION: ${{ steps.get_version.outputs.VERSION }}
run: |
echo "version is $VERSION"
bash build_auto.sh $VERSION
bash build_vm.sh $VERSION
PACKAGE_NAME=$(ls | grep polaris-sidecar-local*.zip | sed -n '1p')
echo ::set-output name=name::${PACKAGE_NAME}
Expand Down
File renamed without changes.

0 comments on commit e170be8

Please sign in to comment.