Use custom go-cross-build action with ldflags support

This commit is contained in:
Toby 2020-07-12 14:12:09 -07:00
parent 9c7d223712
commit 579275ce08

View file

@ -38,7 +38,7 @@ jobs:
id: current-time id: current-time
- name: Build - name: Build
uses: thatisuday/go-cross-build@v1 uses: tobyxdd/go-cross-build@1f6e51b2f7a0e267cded96104497ce0a17260ad3
env: env:
TIME: "${{ steps.current-time.outputs.time }}" TIME: "${{ steps.current-time.outputs.time }}"
with: with: