Skip to content

Commit

Permalink
mod: actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zengkaiwen committed Sep 2, 2023
1 parent f6c5731 commit 2d82c0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,15 @@ jobs:
- name: Download dependencies
run: go mod download
- name: Build
if: matrix.build == 'macos'
run: go build -v -o copy2file .
env:
CGO_ENABLED: 1
- name: Build
if: matrix.build == 'windows'
run: go build -v -o copy2file.exe .
env:
CGO_ENABLED: 1

- name: Prepare Packaging
if: matrix.build == 'macos'
Expand Down

0 comments on commit 2d82c0c

Please sign in to comment.