Skip to content

Commit

Permalink
add wildcard to artifact path to catch .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
endigma committed Feb 25, 2025
1 parent a5c01d5 commit 4277e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-binary-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wgc-${{ github.sha }}-${{ matrix.target }}
path: cli/out/wgc-${{ github.sha }}-${{ matrix.target }}
path: cli/out/wgc-${{ github.sha }}-${{ matrix.target }}*

0 comments on commit 4277e48

Please sign in to comment.