Skip to content

Commit

Permalink
fix: Wrong echos
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Dec 16, 2023
1 parent 6bcde68 commit 843567d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,12 @@ jobs:
(
case "${{ matrix.os }}" in
"windows-latest")
echo Setting win-artefact-path to ${{ matrix.triplet }}
echo "win-artefact-path=${{ env.app-name }}-${{ matrix.triplet }}"
;;
"ubuntu-latest")
echo Setting lin-artefact-path to ${{ matrix.os }}
echo "lin-artefact-path=${{ env.app-name }}-${{ matrix.triplet }}"
;;
"macos-latest")
echo Setting osx-artefact-path to ${{ matrix.os }}
echo "osx-artefact-path=${{ env.app-name }}-${{ matrix.triplet }}"
;;
esac
Expand Down

0 comments on commit 843567d

Please sign in to comment.