File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3434 - name : Release
35353636 with :
37- files : ${{ github.workspace }}/repo/ cafeobj-*-sbcl-*Linux.tar.gz
37+ files : cafeobj-*-sbcl-*Linux.tar.gz
3838 repo-token : ${{ secrets.GITHUB_TOKEN }}
3939 release-tag : ${{ github.ref_name }}
4040
Original file line number Diff line number Diff line change 3232 - name : Release
33333434 with :
35- files : ${{ github.workspace }}/repo/ cafeobj-*-sbcl-*Darwin.tar.gz
35+ files : cafeobj-*-sbcl-*Darwin.tar.gz
3636 repo-token : ${{ secrets.GITHUB_TOKEN }}
3737 release-tag : ${{ github.ref_name }}
3838
Original file line number Diff line number Diff line change @@ -29,12 +29,17 @@ jobs:
2929 ./configure --with-lisp=sbcl --with-sbcl=sbcl.exe --enable-windows --enable-distribution
3030 - name : build
3131 shell : pwsh
32- run : make
32+ run : |
33+ make
34+ pwd || true
35+ ls || true
3336 # - name: save binary
3437 # uses: actions/upload-artifact@v4
3538 # with:
3639 # name: cafeobj-sbcl-win64
3740 # path: cafeobj-*-sbcl-win64.zip
41+ - name : check
42+ run : ls
3843 - name : Release
39444045 with :
You can’t perform that action at this time.
0 commit comments