Update build.yml

This commit is contained in:
0xJacky 2022-08-05 22:16:18 +08:00
parent c8b1110c7e
commit c5a59eed94
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0

View file

@ -203,6 +203,7 @@ jobs:
if: github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64' if: github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64'
run: | run: |
cp ./Dockerfile ./dist cp ./Dockerfile ./dist
cp -rp ./resources ./dist
- name: Build and push - name: Build and push
if: github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64' if: github.event_name == 'release' && env.GOOS == 'linux' && env.GOARCH == 'amd64'