Skip to content

Commit

Permalink
Save windows binary as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent a81fcbe commit 7edf43d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ jobs:
- name: build
shell: pwsh
run: make
- name: save binary
uses: actions/upload-artifact@v4
with:
name: cafeobj-sbcl-win64
path: cafeobj-*-sbcl-win32.zip

0 comments on commit 7edf43d

Please sign in to comment.