Skip to content

Commit

Permalink
Update build.yaml to upload main executable
Browse files Browse the repository at this point in the history
  • Loading branch information
0nullpointer authored Nov 9, 2023
1 parent c229ac0 commit 419dc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: clip-${{ matrix.os }}
path: src/build/clip*
path: build/bin/main*

0 comments on commit 419dc29

Please sign in to comment.