Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xstar97 committed Mar 1, 2024
1 parent 74e05b5 commit 0f257d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:

- name: Copy files to build directory
run: |
mkdir -p build
mkdir -p build/cmd
mkdir -p build/internal
cp go.mod ./build
cp go.sum ./build
cp -R ./cmd/main.go ./build/cmd/main.go
cp -R ./internal/* ./build/internal
cp ./cmd/main.go ./build/cmd/
cp -R ./internal/* ./build/internal/
- name: Install dependencies
run: |
Expand Down

0 comments on commit 0f257d7

Please sign in to comment.