Skip to content

Commit

Permalink
fix: windows exe
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTheocharis committed Sep 17, 2024
1 parent fa49772 commit 9a5c3fb
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 @@ -191,8 +191,8 @@ jobs:
echo "FILE_EXTENSION=" >> $GITHUB_ENV
fi
echo "OUTPUT_NAME=benthos-${{ matrix.goos }}-${{ matrix.goarch }}${{ env.FILE_EXTENSION }}"
echo "OUTPUT_NAME=benthos-${{ matrix.goos }}-${{ matrix.goarch }}${{ env.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 9a5c3fb

Please sign in to comment.