Skip to content

Commit

Permalink
fix: Wrong substituton, needed ${{}}
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Aug 31, 2023
1 parent 2ef96e0 commit 5acc340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
echo Matrix OS: ${{ matrix.os }}
echo Executable: ${{ env._EXE_ }}
echo Executable with triplet: ${{ env._EXE_TRIPLET_ }}
echo Setting artefact_path to ${matrix.triplet}
echo "artefact_path=${matrix.triplet}" >> "${GITHUB_OUTPUT}"
echo Setting artefact_path to ${{ matrix.triplet }}
echo "artefact_path=${{ matrix.triplet }}" >> "${GITHUB_OUTPUT}"

0 comments on commit 5acc340

Please sign in to comment.