Skip to content

Commit

Permalink
ci: dfouble quotes again
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 17, 2024
1 parent 779e26f commit eb99ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ jobs:
if [[ ${{ matrix.os }} == windows-latest ]]; then
filepath="out/make/squirrel.windows/x64/${packageName}-${packageVersion} Setup.exe"
elif [[ ${{ matrix.os }} == macOS-13 ]]; then
filepath=out/make/${packageName}-${packageVersion}-x64.dmg
filepath="out/make/${packageName}-${packageVersion}-x64.dmg"
elif [[ ${{ matrix.os }} == ubuntu-latest ]]; then
filepath=out/make/deb/x64/${packageName}_${packageVersion}_amd64.deb
filepath="out/make/deb/x64/${packageName}_${packageVersion}_amd64.deb"
fi
echo $packageName
Expand Down

0 comments on commit eb99ee4

Please sign in to comment.