Skip to content

Commit

Permalink
fix: dc->lazywal naming in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddhiLW committed Jan 17, 2025
1 parent db5c8f1 commit e9f0c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
GOARCH: ${{ matrix.arch }}
run: |
mkdir -p dist
go build -o dist/dc-${{ matrix.os }}-${{ matrix.arch }} ./cmd/dc
go build -o dist/lazywal-${{ matrix.os }}-${{ matrix.arch }} ./cmd/lazywal/main.go
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: dc-${{ matrix.os }}-${{ matrix.arch }}
path: dist/dc-${{ matrix.os }}-${{ matrix.arch }}
name: lazywal-${{ matrix.os }}-${{ matrix.arch }}
path: dist/lazywal-${{ matrix.os }}-${{ matrix.arch }}

release:
needs: build
Expand Down

0 comments on commit e9f0c72

Please sign in to comment.