Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Aug 5, 2022
1 parent c8b1110 commit c5a59ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c5a59ee

Please sign in to comment.