Skip to content

Commit

Permalink
fix: name of continuous
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 10, 2024
1 parent 7276d05 commit d7465a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
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
mv ./tmp/build/extensions-${{ steps.tag.outputs.tag }}.tar.gz ./tmp/build/extensions-${version}-continuous.tar.gz
- name: Upload artifact
uses: actions/upload-artifact@v2.3.1
Expand Down

0 comments on commit d7465a5

Please sign in to comment.