Skip to content

Commit

Permalink
Upload Windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Nov 1, 2024
1 parent 4bfd423 commit a35190e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- uses: actions/checkout@v4
- run: PKG_CONFIG_PATH='C:/ProgramData/libgit2/lib/pkgconfig' make -j release
working-directory: custom-prompt
- uses: actions/upload-artifact@v4
with:
name: custom-prompt-amd64-windows
path: 'custom-prompt/bin'

build_macos:
name: build on ${{ matrix.os.name }}
Expand Down

0 comments on commit a35190e

Please sign in to comment.