Skip to content

Commit

Permalink
fix: prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 9, 2024
1 parent 45adf87 commit 6174155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ jobs:
sudo npm install asar -g
echo "$UID, $GID"
ls -l
ls -l bilibili-app.src
tools/build-prepare.sh
- name: Generate TAG
Expand Down
2 changes: 1 addition & 1 deletion tools/build-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ tmp_dir="$root_dir/tmp"
store_dir="$tmp_dir/build"
mkdir -p $store_dir
rm -rf app electron
tar -zxf bilibili-app.src/bilibili-asar-*.tar.gz -C .
tar -zxf tmp/src/bilibili-asar-*.tar.gz -C .

0 comments on commit 6174155

Please sign in to comment.