Skip to content

Commit

Permalink
fix: pre-compiled Windows binary could not run because of missing com…
Browse files Browse the repository at this point in the history
…pose file
  • Loading branch information
boukeversteegh committed Mar 20, 2022
1 parent 48cbe6a commit e0fab23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- run: mkdir -p release/${{ matrix.target.name }}
- name: Copy static assets
run: cp -r apps/ .env *.md release/${{ matrix.target.name }}
run: cp -r apps/ .env *.md docker-compose.yml release/${{ matrix.target.name }}
- name: Build
env:
GOOS: "${{ matrix.target.GOOS }}"
Expand Down

0 comments on commit e0fab23

Please sign in to comment.