Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent 15c119e commit 0bc4e8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
cd /work/repo
./configure --with-lisp=sbcl --enable-distribution
make
ls
pwd
#- name: save artifact
# uses: actions/upload-artifact@v4
# with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: |
./configure --with-lisp=sbcl --enable-distribution
make
ls
pwd
#- name: save binary
# uses: actions/upload-artifact@v4
# with:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,21 @@ jobs:
shell: pwsh
run: |
make
pwd || true
ls || true
pwd || true
#- name: save binary
# uses: actions/upload-artifact@v4
# with:
# name: cafeobj-sbcl-win64
# path: cafeobj-*-sbcl-win64.zip
- name: check
run: ls
run: |
ls
ls ${{ github.workspace }}
- name: Release
uses: AButler/[email protected]
with:
files: cafeobj-*-sbcl-win64.zip
files: ${{ github.workspace }}/cafeobj-*-sbcl-win64.zip
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref_name }}

Expand Down

0 comments on commit 0bc4e8e

Please sign in to comment.