diff --git a/.github/workflows/build_beta.yml b/.github/workflows/build_beta.yml index de85dd8..f31615b 100644 --- a/.github/workflows/build_beta.yml +++ b/.github/workflows/build_beta.yml @@ -32,7 +32,7 @@ jobs: - name: Upload uses: actions/upload-artifact@v2 with: - name: lx-music-api-server + name: windows path: ./dist build-linux: @@ -58,5 +58,5 @@ jobs: - name: Upload uses: actions/upload-artifact@v2 with: - name: lx-music-api-server + name: linux path: ./dist \ No newline at end of file