Skip to content

Commit

Permalink
upload pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Zafran committed Mar 25, 2024
1 parent 53544c2 commit e040e57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: build --snapshot --clean
args: build --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Upload Artifacts
# uses: actions/upload-artifact@v4
# with:
# name: ${{ matrix.binary }}-${{ fromJson(steps.releaser.outputs.metadata).tag }}-${{ fromJson(steps.releaser.outputs.metadata).runtime.goos }}-${{ fromJson(steps.releaser.outputs.metadata).runtime.goarch }}
# path: cmd/${{ matrix.binary }}/dist/*
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: lava-binaries
path: dist/**/*

0 comments on commit e040e57

Please sign in to comment.