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

0 comments on commit cb30f56

Please sign in to comment.