diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e39601f..ec93727a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,5 +74,4 @@ jobs: uses: actions/upload-artifact@v7.0.0 with: name: v2rayN-${{ inputs.target }}-${{ inputs.arch }} - path: | - ${{ github.workspace }}/v2rayN/Release/${{ inputs.target }}-${{ inputs.arch }} \ No newline at end of file + path: ${{ github.workspace }}/v2rayN/Release/${{ inputs.target }}-${{ inputs.arch }} \ No newline at end of file