mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-12 15:57:08 +07:00
chore: package real full src
This commit is contained in:
parent
0312afaf0d
commit
3e55f85d91
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -103,8 +103,9 @@ jobs:
|
||||
- name: Get project dependencies
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
go mod download
|
||||
go mod vendor
|
||||
GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw
|
||||
find ./go-mod/ -maxdepth 1 ! -name "cache" ! -name "go-mod" -exec rm -rf {} \;
|
||||
sed -i 's/#export GOMODCACHE=$(PWD)\/go-mod/export GOMODCACHE=$(PWD)\/go-mod/' Makefile
|
||||
- name: Create full source ZIP archive and Signature
|
||||
if: github.event_name == 'release' && matrix.goarch == 'amd64' && matrix.goamd64 == 'v1'
|
||||
run: |
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ bpf_bpfeb*.go
|
||||
bpf_bpfel*.go
|
||||
dae
|
||||
outline.json
|
||||
go-mod/
|
||||
|
Loading…
Reference in New Issue
Block a user