diff --git a/.github/workflows/_build_windows.yml b/.github/workflows/_build_windows.yml index 98442e4..665c250 100644 --- a/.github/workflows/_build_windows.yml +++ b/.github/workflows/_build_windows.yml @@ -98,10 +98,9 @@ jobs: - name: Upload Release Asset if: ${{ inputs.is-upload }} shell: pwsh - working-directory: flash-attention env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | $tag_name = "${{ github.ref_name }}" - $wheel_path = "dist/$env:wheel_name" + $wheel_path = "flash-attention/dist/$env:wheel_name" gh release upload "$tag_name" "$wheel_path" --clobber diff --git a/.github/workflows/_build_windows_code_build.yml b/.github/workflows/_build_windows_code_build.yml index 609d810..d79a7d1 100644 --- a/.github/workflows/_build_windows_code_build.yml +++ b/.github/workflows/_build_windows_code_build.yml @@ -95,10 +95,9 @@ jobs: - name: Upload Release Asset if: ${{ inputs.is-upload }} shell: pwsh - working-directory: flash-attention env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | $tag_name = "${{ github.ref_name }}" - $wheel_path = "dist/$env:wheel_name" + $wheel_path = "flash-attention/dist/$env:wheel_name" gh release upload "$tag_name" "$wheel_path" --clobber