Skip to content

Commit

Permalink
fix: Fix name for continuous
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 11, 2024
1 parent d7f85a2 commit e12782a
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 @@ -154,7 +154,7 @@ jobs:
tar -zcf tmp/build/bilibili-${version}-${{ steps.tag.outputs.tag }}-${{ matrix.ARCH }}.tar.gz bin app electron
- name: Fix name for continuous
if: steps.tag.outputs.tag == 'continuous'
if: steps.tag.outputs.tag != 'continuous'
run: |
version=$(cat conf/bilibili_version)
mv ./tmp/build/bilibili-${version}-${{ steps.tag.outputs.tag }}-${{ matrix.ARCH }}.tar.gz ./tmp/build/bilibili-${{ steps.tag.outputs.tag }}-${{ matrix.ARCH }}.tar.gz
Expand Down

0 comments on commit e12782a

Please sign in to comment.