Skip to content

Commit

Permalink
Upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent a2934c6 commit 51d1093
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
./configure --with-lisp=sbcl --enable-distribution
make
ls
#- name: save binary
# uses: actions/upload-artifact@v4
# with:
# name: sbcl-mac-binary-${{ matrix.arch }}${{ matrix.options }}
# path: sbcl-mac-binary-${{ matrix.arch }}${{ matrix.options }}
- name: save binary
uses: actions/upload-artifact@v4
with:
name: cafeobj-1.6.2-sbcl-x64Darwin.tar.gz cafeobj-1.6.2-sbcl-${{ matrix.arch }}-darwin.tar.gz
path: cafeobj-1.6.2-sbcl-${{ matrix.arch }}-darwin.tar.gz

0 comments on commit 51d1093

Please sign in to comment.