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 cb30f56 commit dbe1212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
zip -q -r bilibili-tool-v${{ github.event.inputs.version }}-linux-x64.zip ./linux-x64/*
zip -q -r bilibili-tool-v${{ github.event.inputs.version }}-osx-x64.zip ./osx-x64/*
cp -r ../../../../tencentScf/bootstrap ../../../../tencentScf/index.sh ./linux-x64/
zip -q -r bilibili-tool-v${{ github.event.inputs.version }}-tencent-scf.zip ./linux-x64/*
cd ./linux-x64
zip -q -r ../bilibili-tool-v${{ github.event.inputs.version }}-tencent-scf.zip ./*
- name: Create release info
id: create_release
Expand Down

0 comments on commit dbe1212

Please sign in to comment.