Skip to content

Commit c5a59ee

Browse files
committed
Update build.yml
1 parent c8b1110 commit c5a59ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
if: github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64'
204204
run: |
205205
cp ./Dockerfile ./dist
206+
cp -rp ./resources ./dist
206207
207208
- name: Build and push
208209
if: github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64'

0 commit comments

Comments
 (0)