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 0bc4e8e commit c1cda07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Release
uses: AButler/[email protected]
with:
files: cafeobj-*-sbcl-*Linux.tar.gz
files: ${{ github.workspace }}/repo/cafeobj-*-sbcl-*Linux.tar.gz
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref_name }}

8 changes: 8 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
# with:
# name: cafeobj-sbcl-${{ matrix.arch }}-darwin
# path: cafeobj-*-sbcl-*Darwin.tar.gz
- name: check
run: |
ls
echo "======"
pwd
echo "======"
ls ${{ github.workspace }}
echo "======"
- name: Release
uses: AButler/[email protected]
with:
Expand Down

0 comments on commit c1cda07

Please sign in to comment.