Skip to content

Commit 2bfd6ca

Browse files
committed
snapshot
1 parent 4f17ef4 commit 2bfd6ca

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: app
4646
run: |
4747
mkdir -p ../dist
48-
GOFLAGS="-trimpath" go build -ldflags="-s -w" -o ../dist/gradient-engineer .
48+
GOFLAGS="-trimpath" go build -ldflags="-s -w" -o ../dist/gradient-engineer ./app
4949
5050
- name: Upload binary artifact
5151
uses: actions/upload-artifact@v4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)