Skip to content

Commit

Permalink
ci: exe
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTheocharis committed Sep 17, 2024
1 parent e051f13 commit 845b3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ jobs:
FILE_EXTENSION=""
fi
echo "OUTPUT_NAME=benthos-${{ matrix.goos }}-${{ matrix.goarch }}$(FILE_EXTENSION)"
echo "OUTPUT_NAME=benthos-${{ matrix.goos }}-${{ matrix.goarch }}$(FILE_EXTENSION)" >> $GITHUB_ENV
echo "OUTPUT_NAME=benthos-${{ matrix.goos }}-${{ matrix.goarch }}${FILE_EXTENSION}"
echo "OUTPUT_NAME=benthos-${{ matrix.goos }}-${{ matrix.goarch }}${FILE_EXTENSION}" >> $GITHUB_ENV
- name: Print working directory
run: pwd
- name: List files in working directory
Expand Down

0 comments on commit 845b3a1

Please sign in to comment.