Compare commits

...

4 Commits

Author SHA1 Message Date
Lakhan Samani
c72c8d3232 fix: release action 2021-09-10 22:45:48 +05:30
Lakhan Samani
acab410141 fix: remove windows from automated build 2021-09-10 17:51:32 +05:30
Lakhan Samani
695614497c fix: use cgo enabled for windows and linux 2021-09-10 14:52:29 +05:30
Lakhan Samani
55e6357a5f fix: remove cgo from build 2021-09-09 12:02:16 +05:30

View File

@@ -17,10 +17,15 @@ jobs:
# goos: darwin
steps:
- uses: actions/checkout@v2
- name: Set VERSION env
run: echo VERSION=$(basename ${GITHUB_REF}) >> ${GITHUB_ENV}
- name: Set CGO env
run: echo "CGO_ENABLED=1" >> $GITHUB_ENV
- uses: wangyoucao577/go-release-action@v1.20
with:
github_token: ${{ secrets.RELEASE_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
build_command: make clean && make
extra_files: .env.sample app build
md5sum: FALSE
extra_files: .env.sample app build template