Skip to content

Commit

Permalink
修改打包文件
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Dec 5, 2021
1 parent f66db1f commit 55f4c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
mv dist bika
Copy-Item -Verbose -Recurse -Path data -Destination bika/
cp ..\LICENSE bika\
cp ..\CHANGELOG.md bika\
cp ..\CHANGELOG bika\
cd ..
mkdir ${{ env.PACKAGENAME }}
mv src\bika ${{ env.PACKAGENAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
mv dist bika
Copy-Item -Verbose -Recurse -Path data -Destination bika/
cp ..\LICENSE bika\
cp ..\CHANGELOG.md bika\
cp ..\CHANGELOG bika\
cd ..
mkdir ${{ env.PACKAGENAME }}
mv src\bika ${{ env.PACKAGENAME }}
Expand Down

0 comments on commit 55f4c5f

Please sign in to comment.