mirror of
https://github.com/daeuniverse/dae.git
synced 2025-03-10 04:47:25 +07:00
chore: Add geodata and systemd service file into zip file when releasing (#50)
* chore: Add geodata and systemd service file into zip file when releasing * chore: fix dir
This commit is contained in:
parent
f3b80c977c
commit
80379f9bee
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -124,6 +124,10 @@ jobs:
|
|||||||
export OUTPUT=build/dae-$ASSET_NAME
|
export OUTPUT=build/dae-$ASSET_NAME
|
||||||
export VERSION=${{ steps.get_version.outputs.VERSION }}
|
export VERSION=${{ steps.get_version.outputs.VERSION }}
|
||||||
make
|
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
|
- name: Smoking test
|
||||||
if: matrix.goarch == 'amd64' && matrix.goamd64 == 'v1'
|
if: matrix.goarch == 'amd64' && matrix.goamd64 == 'v1'
|
||||||
run: ./build/dae-$ASSET_NAME --version
|
run: ./build/dae-$ASSET_NAME --version
|
||||||
|
Loading…
Reference in New Issue
Block a user