Skip to content

Commit

Permalink
Fixed the special tensor path
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-lopez committed Apr 29, 2023
1 parent 340a550 commit 7688073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-tensor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ runs:
shell: pwsh
run: |
md install
copy ext/${{matrix.arch}}/${{matrix.release}}/php_${{matrix.name}}.dll install/php${{matrix.version}}_${{matrix.ts}}_${{matrix.arch}}_${{matrix.name}}.dll
copy \projects\tensor\ext\${{matrix.arch}}\${{matrix.release}}\php_${{matrix.name}}.dll install\php${{matrix.version}}_${{matrix.ts}}_${{matrix.arch}}_${{matrix.name}}.dll
- name: Release
shell: bash
Expand Down

0 comments on commit 7688073

Please sign in to comment.