Skip to content

Commit

Permalink
fix ticks in path containing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser-tng committed Nov 20, 2024
1 parent 432b1c9 commit e5fcda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: set release path
run: |
echo "INSTALLER_EXE_PATH=$((Resolve-Path -Path .\release\AI Playground-1.22.1-beta-For-arc.exe).Path)"
echo "INSTALLER_EXE_PATH=$((Resolve-Path -Path .\release\AI Playground-1.22.1-beta-For-arc.exe).Path)" >> $env:GITHUB_ENV
echo "INSTALLER_EXE_PATH=$((Resolve-Path -Path '.\release\AI Playground-1.22.1-beta-For-arc.exe').Path)"
echo "INSTALLER_EXE_PATH=$((Resolve-Path -Path '.\release\AI Playground-1.22.1-beta-For-arc.exe').Path)" >> $env:GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e5fcda5

Please sign in to comment.