Skip to content

Commit fa570f4

Browse files
authored
ci: fix publishing on freebsd (#323)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 644c6eb commit fa570f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
if [[ "${{ matrix.os }}" == "windows" ]]; then
176176
_filename=${_filename}.exe
177177
fi
178-
if [[ "${{ matrix.os }}" == "windows" || "${{ matrix.os }}" == "linux" ]]; then
178+
if [[ "${{ matrix.os }}" == "windows" || "${{ matrix.os }}" == "linux" || "${{ matrix.os }}" == "freebsd" ]]; then
179179
cp adder ${_filename}
180180
fi
181181
if [[ "${{ matrix.os }}" == "darwin" ]]; then

0 commit comments

Comments
 (0)