Skip to content

Commit c1cda07

Browse files
committed
more debugging
1 parent 0bc4e8e commit c1cda07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Release
3737
uses: AButler/[email protected]
3838
with:
39-
files: cafeobj-*-sbcl-*Linux.tar.gz
39+
files: ${{ github.workspace }}/repo/cafeobj-*-sbcl-*Linux.tar.gz
4040
repo-token: ${{ secrets.GITHUB_TOKEN }}
4141
release-tag: ${{ github.ref_name }}
4242

.github/workflows/mac.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
# with:
3232
# name: cafeobj-sbcl-${{ matrix.arch }}-darwin
3333
# path: cafeobj-*-sbcl-*Darwin.tar.gz
34+
- name: check
35+
run: |
36+
ls
37+
echo "======"
38+
pwd
39+
echo "======"
40+
ls ${{ github.workspace }}
41+
echo "======"
3442
- name: Release
3543
uses: AButler/[email protected]
3644
with:

0 commit comments

Comments
 (0)