Skip to content

Commit

Permalink
perf: remove src
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 10, 2024
1 parent d7465a5 commit 0a1af24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
if: steps.tag.outputs.tag == 'continuous'
run: |
version=$(cat conf/bilibili_version)
rm -rf ./bilibili-app.src
mv ./tmp/build/bilibili-asar-continuous.tar.gz ./tmp/build/bilibili-asar-${version}-continuous.tar.gz
mv ./tmp/build/extensions-${{ steps.tag.outputs.tag }}.tar.gz ./tmp/build/extensions-${version}-continuous.tar.gz
Expand Down Expand Up @@ -519,7 +518,8 @@ jobs:
uses: actions/download-artifact@v2
- name: Inspect directory after downloading artifacts
run: |
ls -alFR
rm -rf ./bilibili-app.src
ls -alFR
- name: Generate TAG
id: Tag
Expand Down

0 comments on commit 0a1af24

Please sign in to comment.