Ver código fonte

Update build.yml

0xJacky 2 anos atrás
pai
commit
c5a59eed94
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

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