木木的木头 2 年之前
父節點
當前提交
78fd5ede6c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -46,11 +46,11 @@ jobs:
         uses: actions/upload-artifact@v3
         with:
           name: ${{ env.FILENAME }}
-          path: ./output/${{ env.FILENAME }}
+          path: ./server/${{ env.FILENAME }}
       - name: Upload binaries to release
         uses: svenstaro/upload-release-action@v2
         with:
           repo_token: ${{ secrets.GITHUB_TOKEN }}
-          file: ./output/${{ env.FILENAME }}
+          file: ./server/${{ env.FILENAME }}
           tag: ${{ github.ref }}
           file_glob: true