diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6ab1c5..a57f32b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,6 +124,10 @@ jobs: export OUTPUT=build/dae-$ASSET_NAME export VERSION=${{ steps.get_version.outputs.VERSION }} make + cp ./install/dae.service ./build/ + cp ./example.dae ./build/ + curl -L -o ./build/geoip.dat https://github.com/v2ray/geoip/releases/latest/download/geoip.dat + curl -L -o ./build/geosite.dat https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat - name: Smoking test if: matrix.goarch == 'amd64' && matrix.goamd64 == 'v1' run: ./build/dae-$ASSET_NAME --version