Skip to content

Commit edaeff6

Browse files
committed
[fix] Path compatibility in PowerShell
1 parent 4863522 commit edaeff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Find built file
2525
shell: pwsh
2626
run: |
27-
echo "FILE_PATH=$(Get-ChildItem -Path build -Recurse -File -Name | Where-Object { $_ -notmatch '^\.' } | ForEach-Object { Join-Path -Path 'build' -ChildPath $_ })" >> $env:GITHUB_ENV
27+
echo "FILE_PATH=$(Get-ChildItem -Path build -Recurse -File -Name | Where-Object { $_ -notmatch '^\.' })" >> $env:GITHUB_ENV
2828
2929
- if: startsWith(github.ref, 'refs/tags/')
3030
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)