We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4863522 commit edaeff6Copy full SHA for edaeff6
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Find built file
25
shell: pwsh
26
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
+ echo "FILE_PATH=$(Get-ChildItem -Path build -Recurse -File -Name | Where-Object { $_ -notmatch '^\.' })" >> $env:GITHUB_ENV
28
29
- if: startsWith(github.ref, 'refs/tags/')
30
uses: softprops/action-gh-release@v2
0 commit comments