Browse Source

Update build.yml

0xJacky 2 years ago
parent
commit
c5a59eed94
1 changed files with 1 additions and 0 deletions
  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'
                 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'