Skip to content

Commit

Permalink
build: Update build_release
Browse files Browse the repository at this point in the history
  • Loading branch information
lerdb committed Feb 19, 2024
1 parent 7c5b8f2 commit de3e8da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
mv ./dist/dist-windows-latest/lx-music-api-server_${{ env.PACKAGE_VERSION }}.exe ./dist/lx-music-api-server_${{ env.PACKAGE_VERSION }}_windows.exe
mv ./dist/dist-macos-latest/lx-music-api-server_${{ env.PACKAGE_VERSION }} ./dist/lx-music-api-server_${{ env.PACKAGE_VERSION }}_macos
mv ./dist/dist-ubuntu-latest/lx-music-api-server_${{ env.PACKAGE_VERSION }} ./dist/lx-music-api-server_${{ env.PACKAGE_VERSION }}_linux
mv ./dist/dist-ubuntu-latest/lx-music-api-server_${{ env.PACKAGE_VERSION }} ./dist/lx-music-api-server_${{ env.PACKAGE_VERSION }}_ubuntu
# - name: Generate Changelog
# run: python build.py changelog >> ./changelog.md
Expand All @@ -95,6 +95,6 @@ jobs:
files: |
./dist/lx-music-api-server_${{ env.PACKAGE_VERSION }}_windows.exe
./dist/lx-music-api-server_${{ env.PACKAGE_VERSION }}_macos
./dist/lx-music-api-server_${{ env.PACKAGE_VERSION }}_linux
./dist/lx-music-api-server_${{ env.PACKAGE_VERSION }}_ubuntu
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit de3e8da

Please sign in to comment.