Skip to content

Commit ac73f5a

Browse files
committed
cross platform
1 parent 3310d01 commit ac73f5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go.yml

+5
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
if: runner.os == 'macOS'
6262
run: GOOS=darwin GOARCH=amd64 CGO_ENABLED=1 go build -v -o output/GoFlappy-macos .
6363

64+
#assets
65+
- name: Copy assets
66+
run: |
67+
cp -r ./assets output/
68+
6469
- name: Upload Artifacts
6570
uses: actions/upload-artifact@v2
6671
with:

0 commit comments

Comments
 (0)