Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ authored May 6, 2021
1 parent dbe1212 commit 3c179fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
zip -q -r bilibili-tool-v${{ github.event.inputs.version }}-osx-x64.zip ./osx-x64/*
cp -r ../../../../tencentScf/bootstrap ../../../../tencentScf/index.sh ./linux-x64/
cd ./linux-x64
chmod 755 index.sh bootstrap
zip -q -r ../bilibili-tool-v${{ github.event.inputs.version }}-tencent-scf.zip ./*
- name: Create release info
Expand Down

0 comments on commit 3c179fc

Please sign in to comment.