Skip to content

Commit

Permalink
feat: 打Tag自动打出版本包 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanruitao committed Jan 12, 2023
1 parent 253ffa2 commit 2c8e7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
version="$(basename $GITHUB_REF)"
echo "::set-output name=version::$version"
chomd +x scripts/deploy-codecc/packager-codecc.sh
chmod +x scripts/deploy-codecc/packager-codecc.sh
codecc_pkg_dir=/dev/shm/codecc ./scripts/deploy-codecc/packager-codecc.sh "$version" bkcodecc-slim.tar.gz "$PWD"
- uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 2c8e7f6

Please sign in to comment.