Skip to content

Commit e0fab23

Browse files
fix: pre-compiled Windows binary could not run because of missing compose file
1 parent 48cbe6a commit e0fab23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- run: mkdir -p release/${{ matrix.target.name }}
1616
- name: Copy static assets
17-
run: cp -r apps/ .env *.md release/${{ matrix.target.name }}
17+
run: cp -r apps/ .env *.md docker-compose.yml release/${{ matrix.target.name }}
1818
- name: Build
1919
env:
2020
GOOS: "${{ matrix.target.GOOS }}"

0 commit comments

Comments
 (0)