We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644c6eb commit fa570f4Copy full SHA for fa570f4
.github/workflows/publish.yml
@@ -175,7 +175,7 @@ jobs:
175
if [[ "${{ matrix.os }}" == "windows" ]]; then
176
_filename=${_filename}.exe
177
fi
178
- if [[ "${{ matrix.os }}" == "windows" || "${{ matrix.os }}" == "linux" ]]; then
+ if [[ "${{ matrix.os }}" == "windows" || "${{ matrix.os }}" == "linux" || "${{ matrix.os }}" == "freebsd" ]]; then
179
cp adder ${_filename}
180
181
if [[ "${{ matrix.os }}" == "darwin" ]]; then
0 commit comments