Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk authored Aug 9, 2024
1 parent 9fcd921 commit bdb7b66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
go-version: '1.20'

- name: Build
run: go build -v ./src
working-directory: ./src
run: go build

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: "./"
path: "./src"

0 comments on commit bdb7b66

Please sign in to comment.