Skip to content

Commit

Permalink
[fix] GitHub environment variables in PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Jan 2, 2025
1 parent 859b99a commit f221d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Find built file
shell: pwsh
run: |
echo "FILE_PATH=$(Get-ChildItem -Path build -Recurse -File -Name | Where-Object { $_ -notmatch '^\.' })" >> $GITHUB_ENV
echo "FILE_PATH=$(Get-ChildItem -Path build -Recurse -File -Name | Where-Object { $_ -notmatch '^\.' })" >> $env:GITHUB_ENV
- if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit f221d94

Please sign in to comment.